diff --git a/src/web/src/Bell.jsx b/src/web/src/Bell.jsx index c4f67dd..577b8f1 100644 --- a/src/web/src/Bell.jsx +++ b/src/web/src/Bell.jsx @@ -4,7 +4,7 @@ import { WagmiConfig, useAccount } from "wagmi"; import { RainbowKitProvider } from "@rainbow-me/rainbowkit"; import { eligible } from "@attestate/delegator2"; -import { TextConnectButton } from "./Navigation.jsx"; +import { Connector, TextConnectButton } from "./Navigation.jsx"; import { fetchNotifications } from "./API.mjs"; import { getLocalAccount, getCookie } from "./session.mjs"; import { client, chains } from "./client.mjs"; @@ -175,11 +175,9 @@ const Bell = (props) => { const Form = (props) => { return ( - - - - - + + + ); };