docs(landing): add links to privacy policy and terms of service

This commit is contained in:
Amruth Pillai
2022-03-09 20:19:05 +01:00
parent 612335696c
commit 4fe5788b23
4 changed files with 18 additions and 3 deletions

View File

@ -158,6 +158,18 @@ const Home: NextPage = () => {
{t('landing.links.links.donate')}
</Button>
</a>
<Link href="/meta/privacy" passHref>
<Button variant="text" startIcon={<LinkIcon />}>
{t('landing.links.links.privacy')}
</Button>
</Link>
<Link href="/meta/service" passHref>
<Button variant="text" startIcon={<LinkIcon />}>
{t('landing.links.links.service')}
</Button>
</Link>
</div>
</section>