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 = (
<Popover>
<Popover.Body style={{ fontWeight: 500, fontSize: '.9rem' }}>
<Link href='/tos' className='nav-link p-0 d-inline-flex'>
terms of service
</Link>
<span className='mx-2 text-muted'> \ </span>
<Link href='/privacy' className='nav-link p-0 d-inline-flex'>
privacy policy
</Link>
<div className='d-flex justify-content-center'>
<Link href='/tos' className='nav-link p-0 d-inline-flex'>
terms of service
</Link>
<span className='mx-2 text-muted'> \ </span>
<Link href='/privacy' className='nav-link p-0 d-inline-flex'>
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>
)

View File

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