rm terms
This commit is contained in:
parent
e8af73d674
commit
474f495931
@ -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} />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user