add copyright policy

This commit is contained in:
keyan 2023-12-04 16:56:13 -06:00
parent 4127adb169
commit 86cdb69082
2 changed files with 18 additions and 7 deletions

View File

@ -130,13 +130,20 @@ const AnalyticsPopover = (
const LegalPopover = ( const LegalPopover = (
<Popover> <Popover>
<Popover.Body style={{ fontWeight: 500, fontSize: '.9rem' }}> <Popover.Body style={{ fontWeight: 500, fontSize: '.9rem' }}>
<Link href='/tos' className='nav-link p-0 d-inline-flex'> <div className='d-flex justify-content-center'>
terms of service <Link href='/tos' className='nav-link p-0 d-inline-flex'>
</Link> terms of service
<span className='mx-2 text-muted'> \ </span> </Link>
<Link href='/privacy' className='nav-link p-0 d-inline-flex'> <span className='mx-2 text-muted'> \ </span>
privacy policy <Link href='/privacy' className='nav-link p-0 d-inline-flex'>
</Link> privacy policy
</Link>
</div>
<div className='d-flex justify-content-center'>
<Link href='/copyright' className='nav-link p-0 d-inline-flex'>
copyright policy
</Link>
</div>
</Popover.Body> </Popover.Body>
</Popover> </Popover>
) )

View File

@ -122,6 +122,10 @@ module.exports = withPlausibleProxy()({
source: '/privacy', source: '/privacy',
destination: '/items/338369' destination: '/items/338369'
}, },
{
source: '/copyright',
destination: '/items/338453'
},
{ {
source: '/tos', source: '/tos',
destination: '/items/338393' destination: '/items/338393'