Skip to content

Commit

Permalink
Add terms link
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoth committed Apr 27, 2022
1 parent 9e08789 commit 419da18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions modules/home/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ export default function Footer({ locale = 'en' }: { locale?: string }): React.Re
url: 'https://makerdao.statuspage.io/',
title: t('Service Status')
},
{
url: 'https://oasis.app/',
title: t('Oasis')
},

{
url: 'https://auctions.makerdao.network/',
title: t('Auctions Dashboard')
Expand All @@ -101,6 +98,10 @@ export default function Footer({ locale = 'en' }: { locale?: string }): React.Re
{
url: 'https://daistats.com/',
title: t('DAI Stats')
},
{
url: 'https://vote.makerdao.com/terms',
title: t('Terms')
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const LandingPage = ({
</section>
<Flex
onClick={() => window.scrollTo({ top: 0, behavior: 'smooth' })}
sx={{ justifyContent: 'flex-end' }}
sx={{ justifyContent: 'flex-end', mb: 3 }}
>
<ViewMore label="Back to the top" icon="chevron_up" />
</Flex>
Expand Down

0 comments on commit 419da18

Please sign in to comment.