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 (#384)

Closes #383 

## Screenshots
|before|after|
|---|---|
|<img width="273" alt="Screenshot 2024-10-28 at 3 59 19 PM"
src="https://github.com/user-attachments/assets/484b392e-5544-47b7-afa5-c4749deceed2">|<img
width="269" alt="after"
src="https://github.com/user-attachments/assets/280c1568-c0bb-4ecc-88b2-29b95a0dbf9f">
  • Loading branch information
meissadia authored Oct 29, 2024
1 parent d974783 commit 874fdba
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 874fdba

Please sign in to comment.