Skip to content

Commit

Permalink
Merge branch 'main' into 197-ds-select
Browse files Browse the repository at this point in the history
  • Loading branch information
meissadia committed Jan 31, 2024
2 parents a632a8e + edc2705 commit c9a90c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ import './navbar.less';

export function CfpbLogo(): JSX.Element {
return (
<Link href='/' title='Home' aria-label='Home' className='o-header_logo'>
<Link
href='https://www.consumerfinance.gov/'
title='Home'
aria-label='Home'
className='o-header_logo'
>
<img className='o-header_logo-img' src={CFPBLogo} alt='CFPB Logo' />
</Link>
);
Expand Down

0 comments on commit c9a90c8

Please sign in to comment.