mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-16 14:04:07 +00:00
Fix prefooter not showing after nav
This commit is contained in:
parent
ee4f7130a3
commit
ef609fe3ba
@ -29,6 +29,8 @@ export const Footer = () => {
|
||||
router?.pathname === '/privacy-policy'
|
||||
) {
|
||||
setShow(false)
|
||||
} else {
|
||||
setShow(true)
|
||||
}
|
||||
}, [router?.pathname])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user