We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f64397 commit a3e18a7Copy full SHA for a3e18a7
src/pages/_app.tsx
@@ -71,8 +71,9 @@ export default function App({ Component, pageProps }: AppProps) {
71
</Link>
72
</Text>
73
</Flex> */}
74
-
75
- <PalestineSupportBanner hideMessage={!footerPages.includes(router.pathname)} />
+ {window.location.host !== 'lgutimetable.vercel.app' &&
+ <PalestineSupportBanner hideMessage={!footerPages.includes(router.pathname)} />}
76
+
77
{/* <PastPaperToast /> */}
78
79
{/* {!excludeHeadPages.includes(router.pathname) && (
0 commit comments