Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Nov 14, 2024
1 parent 9438da1 commit 4eab165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/CookieAndTermBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export const CookieAndTermBanner = ({
<Grid item xs>
<Typography variant="body2" mb={2}>
By browsing this page, you accept our{' '}
<ExternalLink href={AppRoutes.terms}>Terms & Conditions</ExternalLink> (last updated October 2024) and
the use of necessary cookies. <ExternalLink href={AppRoutes.cookie}>Cookie policy</ExternalLink>{' '}
<ExternalLink href={AppRoutes.terms}>Terms & Conditions</ExternalLink> (last updated October 2024) and the
use of necessary cookies. <ExternalLink href={AppRoutes.cookie}>Cookie policy</ExternalLink>{' '}
</Typography>

<Grid container alignItems="center" gap={4}>
Expand Down

0 comments on commit 4eab165

Please sign in to comment.