Skip to content

Commit

Permalink
feat: add need help
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Sep 18, 2024
1 parent 35430dd commit e191466
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/components/common/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,16 @@ const Footer = (): ReactElement | null => {
</li>
</>
) : (
<li>
<FooterLink href={getHref(AppRoutes.settings.index)}>Preferences</FooterLink>
</li>
<>
<li>
<FooterLink href={getHref(AppRoutes.settings.index)}>Preferences</FooterLink>
</li>
<li>
<ExternalLink href={HELP_CENTER_URL} noIcon sx={{ span: { textDecoration: 'underline' } }}>
Help
</ExternalLink>
</li>
</>
)}

<li>
Expand Down

0 comments on commit e191466

Please sign in to comment.