Skip to content

Commit

Permalink
Fix: underline Help link
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Dec 19, 2023
1 parent 1695d5f commit c82badd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Footer = (): ReactElement | null => {
<FooterLink href={getHref(AppRoutes.settings.index)}>Preferences</FooterLink>
</li>
<li>
<ExternalLink href={HELP_CENTER_URL} noIcon sx={{ textDecoration: 'underline' }}>
<ExternalLink href={HELP_CENTER_URL} noIcon sx={{ span: { textDecoration: 'underline' } }}>
Help
</ExternalLink>
</li>
Expand Down

0 comments on commit c82badd

Please sign in to comment.