diff --git a/.gitignore b/.gitignore index 67fa450..b70b015 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ next-env.d.ts !.yarn/plugins !.yarn/releases !.yarn/sdks -!.yarn/versions \ No newline at end of file +!.yarn/versions +.yarn/install-state.gz diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz deleted file mode 100644 index b7c902d..0000000 Binary files a/.yarn/install-state.gz and /dev/null differ diff --git a/common/components/DevnetVotingPopup.tsx b/common/components/DevnetVotingPopup.tsx index 812a62c..a03e505 100644 --- a/common/components/DevnetVotingPopup.tsx +++ b/common/components/DevnetVotingPopup.tsx @@ -139,7 +139,10 @@ const NotificationItem: FC = ({ { 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(); }} > diff --git a/sections/Home/index.tsx b/sections/Home/index.tsx index 1fca517..c0b718a 100644 --- a/sections/Home/index.tsx +++ b/sections/Home/index.tsx @@ -19,7 +19,7 @@ const Home = () => { >