Merge pull request #143 from LaconicNetwork/rm-terms

rm terms
This commit is contained in:
Zach 2023-06-07 14:03:54 -04:00 committed by GitHub
commit 20003fea6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,6 @@ export const Footer = ({ data }: Props) => {
useEffect(() => {
if (
router?.pathname === '/terms-of-use' ||
router?.pathname === '/privacy-policy' ||
router?.pathname === '/404'
) {
@ -216,9 +215,6 @@ export const Footer = ({ data }: Props) => {
<Link href="/privacy-policy" variant="nav">
Privacy Policy
</Link>
<Link href="/terms-of-use" variant="nav">
Terms of Use
</Link>
<p>
<span>{themeLabel}</span>{' '}
<Switch theme={theme} setTheme={setTheme} />