diff --git a/.env.example b/.env.example index b28da85c..e9f26198 100644 --- a/.env.example +++ b/.env.example @@ -90,3 +90,8 @@ CALENDSO_ENCRYPTION_KEY= # Intercom Config NEXT_PUBLIC_INTERCOM_APP_ID= + +# Web3/Crypto stuff +NEXT_PUBLIC_BLOXY_API_KEY= +# Auth message can be whatever you want, doesn't really matter because it's encrypted with a private key anyway, and will be visible to the signee +NEXT_PUBLIC_WEB3_AUTH_MSG= diff --git a/components/NavTabs.tsx b/components/NavTabs.tsx index d8e66a18..ce6a0560 100644 --- a/components/NavTabs.tsx +++ b/components/NavTabs.tsx @@ -17,11 +17,11 @@ const NavTabs: FC = ({ tabs, linkProps }) => { const router = useRouter(); return ( <> -