Skip to content

Commit

Permalink
💄 add TOC link
Browse files Browse the repository at this point in the history
  • Loading branch information
franm91 committed Sep 29, 2023
1 parent be847e5 commit 256efb2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ const Footer = () => {
>
<Typography fontSize="0.85em">© Exactly {date.getFullYear()}</Typography>
<Box sx={{ display: onlyDesktopFlex, gap: 1.5, alignItems: 'center' }}>
<Typography fontSize="0.85em">
<a
target="_blank"
rel="noreferrer noopener"
href="https://docs.exact.ly/legal/terms-and-conditions-of-use"
>
{t('Terms and Conditions')}
</a>
</Typography>
<Typography fontSize="0.85em">|</Typography>
<Typography fontSize="0.85em">
<a
target="_blank"
Expand Down
3 changes: 3 additions & 0 deletions components/MobileMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ function MobileMenu({ open, handleClose }: Props) {
<LinkItem title={t('Stats')} href="https://dune.com/exactly/exactly">
<QueryStatsIcon fontSize="small" sx={{ color: 'figma.grey.500', my: 'auto' }} />
</LinkItem>
<LinkItem title={t('Terms and Conditions')} href="https://docs.exact.ly/legal/terms-and-conditions-of-use">
<MenuBookIcon fontSize="small" sx={{ color: 'figma.grey.500', my: 'auto' }} />
</LinkItem>
</Box>
<Box mt={4}>
<Typography fontSize={14} sx={{ color: 'figma.grey.300' }}>
Expand Down
3 changes: 2 additions & 1 deletion i18n/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,6 @@
"BEST RETURN": "MEJOR RETORNO",
"Est. Output": "Monto Estimado",
"Gas fees": "Costo de la transacción",
"No routes": "No hay rutas"
"No routes": "No hay rutas",
"Terms and Conditions": "Términos y Condiciones"
}

1 comment on commit 256efb2

@vercel
Copy link

@vercel vercel bot commented on 256efb2 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app.exactly.app
exactly-development.vercel.app
exactly.app
app.exact.ly
app-git-main.exactly.app

Please sign in to comment.