This commit is contained in:
zramsay 2023-06-07 13:55:49 -04:00
parent e8af73d674
commit 474f495931

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} />