Skip to content

Commit c9a90c8

Browse files
committed
Merge branch 'main' into 197-ds-select
2 parents a632a8e + edc2705 commit c9a90c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/Navbar/Navbar.tsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ import './navbar.less';
55

66
export function CfpbLogo(): JSX.Element {
77
return (
8-
<Link href='/' title='Home' aria-label='Home' className='o-header_logo'>
8+
<Link
9+
href='https://www.consumerfinance.gov/'
10+
title='Home'
11+
aria-label='Home'
12+
className='o-header_logo'
13+
>
914
<img className='o-header_logo-img' src={CFPBLogo} alt='CFPB Logo' />
1015
</Link>
1116
);

0 commit comments

Comments
 (0)