diff --git a/components/nav/common.js b/components/nav/common.js index 0e9d2e5f..f97db615 100644 --- a/components/nav/common.js +++ b/components/nav/common.js @@ -23,6 +23,7 @@ import { useWalletIndicator } from '@/wallets/client/hooks' import SwitchAccountList, { nextAccount, useAccounts } from '@/components/account' import { useShowModal } from '@/components/modal' import { numWithUnits } from '@/lib/format' +import Head from 'next/head' export function Brand ({ className }) { return ( @@ -120,6 +121,9 @@ export function NavNotifications ({ className }) { return ( <> +
+ +