Skip to content

Commit

Permalink
fix: [CF.gov Footer] Add single space between external icons and link…
Browse files Browse the repository at this point in the history
… text
  • Loading branch information
meissadia committed Oct 28, 2024
1 parent 7cfc2c1 commit 6b0c433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/FooterCfGov.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const FooterCfGov = ({

const linksCol3 = [
<a key='usa-gov' className='a-link a-link__icon' href='https://usa.gov/'>
<span className='a-link_text'>USA.gov</span>
<span className='a-link_text'>USA.gov</span>&nbsp;
<Icon
ariaLabel='External link'
name='external-link'
Expand All @@ -152,7 +152,7 @@ export const FooterCfGov = ({
className='a-link a-link__icon'
href='https://oig.federalreserve.gov/'
>
<span className='a-link_text'>Office of Inspector General</span>
<span className='a-link_text'>Office of Inspector General</span>&nbsp;
<Icon
ariaLabel='External link'
name='external-link'
Expand Down

0 comments on commit 6b0c433

Please sign in to comment.