Skip to content

Commit

Permalink
feat: update cookie and terms
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Oct 17, 2024
1 parent b6b3c2d commit b86cc6e
Show file tree
Hide file tree
Showing 6 changed files with 989 additions and 2,440 deletions.
6 changes: 6 additions & 0 deletions src/components/common/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ const Footer = (): ReactElement | null => {
</>
) : (
<>
<li>
<FooterLink href={getHref(AppRoutes.terms)}>Terms</FooterLink>
</li>
<li>
<FooterLink href={getHref(AppRoutes.cookie)}>Cookie policy</FooterLink>
</li>
<li>
<FooterLink href={getHref(AppRoutes.settings.index)}>Preferences</FooterLink>
</li>
Expand Down
Loading

0 comments on commit b86cc6e

Please sign in to comment.