File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import { useWalletIndicator } from '@/wallets/client/hooks'
23
23
import SwitchAccountList , { nextAccount , useAccounts } from '@/components/account'
24
24
import { useShowModal } from '@/components/modal'
25
25
import { numWithUnits } from '@/lib/format'
26
+ import Head from 'next/head'
26
27
27
28
export function Brand ( { className } ) {
28
29
return (
@@ -120,6 +121,9 @@ export function NavNotifications ({ className }) {
120
121
121
122
return (
122
123
< >
124
+ < Head >
125
+ < link rel = 'shortcut icon' href = { hasNewNotes ? '/favicon-notify.png' : '/favicon.png' } />
126
+ </ Head >
123
127
< Link href = '/notifications' passHref legacyBehavior >
124
128
< Nav . Link eventKey = 'notifications' className = { classNames ( 'position-relative' , className ) } >
125
129
< NoteIcon height = { 28 } width = { 20 } className = 'theme' />
You can’t perform that action at this time.
0 commit comments