Skip to content

Commit

Permalink
gov links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed Dec 12, 2024
1 parent b7542f8 commit 27c79ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ next-env.d.ts
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions
.yarn/install-state.gz
Binary file removed .yarn/install-state.gz
Binary file not shown.
5 changes: 4 additions & 1 deletion common/components/DevnetVotingPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ const NotificationItem: FC<NotificationProps> = ({
<VoteButton
onClick={() => {
localStorage.setItem('chainNotificationShown', 'true');
window.open('https://gov.push.org', '_blank');
window.open(
'https://gov.push.org/t/introducing-push-chain-a-shared-state-l1-for-universal-apps/1991',
'_blank'
);
toast.dismiss();
}}
>
Expand Down
2 changes: 1 addition & 1 deletion sections/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Home = () => {
>
<ChainAlertBar
bannerText="Governance Proposal is Live! Vote today to bring Push Chain to reality."
bannerURL="https://gov.push.org"
bannerURL="https://gov.push.org/t/introducing-push-chain-a-shared-state-l1-for-universal-apps/1991"
bannerTextPrefix="Push Chain"
prefixURL="https://push.org/chain"
/>
Expand Down

0 comments on commit 27c79ae

Please sign in to comment.