mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
docs(landing): add links to privacy policy and terms of service
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ const TermsOfService: NextPage = () => (
|
||||
|
||||
<h3>
|
||||
<strong>
|
||||
Do whatever you want, governed by the{' '}
|
||||
Do whatever you want, distributed under the{' '}
|
||||
<a href="https://choosealicense.com/licenses/mit/" target="_blank" rel="noreferrer">
|
||||
MIT license
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user