mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
docs(landing): add links to privacy policy and terms of service
This commit is contained in:
@ -11,6 +11,7 @@ const Footer: React.FC<Props> = ({ className }) => {
|
|||||||
return (
|
return (
|
||||||
<footer className={clsx('text-xs', className)}>
|
<footer className={clsx('text-xs', className)}>
|
||||||
<p>{t('common.footer.license')}</p>
|
<p>{t('common.footer.license')}</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<Trans t={t} i18nKey="common.footer.credit">
|
<Trans t={t} i18nKey="common.footer.credit">
|
||||||
A passion project by
|
A passion project by
|
||||||
|
|||||||
@ -158,6 +158,18 @@ const Home: NextPage = () => {
|
|||||||
{t('landing.links.links.donate')}
|
{t('landing.links.links.donate')}
|
||||||
</Button>
|
</Button>
|
||||||
</a>
|
</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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ const TermsOfService: NextPage = () => (
|
|||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
<strong>
|
<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">
|
<a href="https://choosealicense.com/licenses/mit/" target="_blank" rel="noreferrer">
|
||||||
MIT license
|
MIT license
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -20,8 +20,10 @@
|
|||||||
"links": {
|
"links": {
|
||||||
"heading": "Links",
|
"heading": "Links",
|
||||||
"links": {
|
"links": {
|
||||||
"donate": "Donate to Reactive Resume",
|
"donate": "Donate",
|
||||||
"github": "Source Code on GitHub"
|
"github": "Source Code",
|
||||||
|
"privacy": "Privacy Policy",
|
||||||
|
"service": "Terms of Service"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"screenshots": {
|
"screenshots": {
|
||||||
|
|||||||
Reference in New Issue
Block a user