Skip to content

Commit

Permalink
Update _app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din authored Nov 2, 2024
1 parent 4f64397 commit a3e18a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ export default function App({ Component, pageProps }: AppProps) {
</Link>
</Text>
</Flex> */}

<PalestineSupportBanner hideMessage={!footerPages.includes(router.pathname)} />
{window.location.host !== 'lgutimetable.vercel.app' &&
<PalestineSupportBanner hideMessage={!footerPages.includes(router.pathname)} />}

{/* <PastPaperToast /> */}

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

0 comments on commit a3e18a7

Please sign in to comment.