Skip to content

Commit a3e18a7

Browse files
authored
Update _app.tsx
1 parent 4f64397 commit a3e18a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/_app.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ export default function App({ Component, pageProps }: AppProps) {
7171
</Link>
7272
</Text>
7373
</Flex> */}
74-
75-
<PalestineSupportBanner hideMessage={!footerPages.includes(router.pathname)} />
74+
{window.location.host !== 'lgutimetable.vercel.app' &&
75+
<PalestineSupportBanner hideMessage={!footerPages.includes(router.pathname)} />}
76+
7677
{/* <PastPaperToast /> */}
7778

7879
{/* {!excludeHeadPages.includes(router.pathname) && (

0 commit comments

Comments
 (0)