Skip to content

Commit

Permalink
Merge pull request #25 from push-protocol/governance-updations
Browse files Browse the repository at this point in the history
Governance updations
  • Loading branch information
rohitmalhotra1420 authored Dec 24, 2024
2 parents 27c79ae + d6d3f97 commit 7b67956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ import { ThemeProvider as GlobalThemeProvider } from '../contexts/ThemeContext';
import { DataProvider } from '../contexts/DataContext';

import { QueryClient, QueryClientProvider } from 'react-query';
import { Notification, useChainNotification } from '../common';
import { Notification } from '../common';

const queryClient = new QueryClient();

export default function App({ Component, pageProps }: AppProps) {
useChainNotification();
// useChainNotification();
return (
<QueryClientProvider client={queryClient}>
<GlobalThemeProvider>
Expand Down
4 changes: 2 additions & 2 deletions sections/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const Home = () => {
gap="spacing-lg"
>
<ChainAlertBar
bannerText="Governance Proposal is Live! Vote today to bring Push Chain to reality."
bannerURL="https://gov.push.org/t/introducing-push-chain-a-shared-state-l1-for-universal-apps/1991"
bannerText="proposal has successfully passed."
bannerURL="https://snapshot.box/#/s:pushdao.eth/proposal/0xa4a301c9a346356326d59e425245459d9fbde71b02aabc49a4ce191f0504f66a"
bannerTextPrefix="Push Chain"
prefixURL="https://push.org/chain"
/>
Expand Down

0 comments on commit 7b67956

Please sign in to comment.