diff --git a/components/Body/NotificationBar.tsx b/components/Body/NotificationBar.tsx index f7f25d4..5b4fdba 100644 --- a/components/Body/NotificationBar.tsx +++ b/components/Body/NotificationBar.tsx @@ -41,54 +41,52 @@ function NotificationBar() { // }); // }, []); - return process.env.NEXT_PUBLIC_GITCOIN_GRANTS_ACTIVE === "true" ? ( + return (
- - Support on + + + 🟣 SOLANA support is live: + - - Gitcoin Grants + + solana.impersonator.xyz
- {/* setIsVisible(false)} - /> */}
- ) : null; + ); } export default NotificationBar; diff --git a/components/Body/index.tsx b/components/Body/index.tsx index 4dc8e25..2837a81 100644 --- a/components/Body/index.tsx +++ b/components/Body/index.tsx @@ -677,10 +677,14 @@ function Body() { return ( <> - {process.env.NEXT_PUBLIC_GITCOIN_GRANTS_ACTIVE === "true" && ( + {/* {process.env.NEXT_PUBLIC_GITCOIN_GRANTS_ACTIVE === "true" && ( - )} - + )} */} + +
+ Connect to dapps as any ETH Address! +
+