make notification icon change on hover
This commit is contained in:
parent
76b5b7743e
commit
7a4a24c6df
@ -61,7 +61,7 @@ export default function Header ({ sub }) {
|
|||||||
</Head>
|
</Head>
|
||||||
<Link href='/notifications' passHref>
|
<Link href='/notifications' passHref>
|
||||||
<Nav.Link eventKey='notifications' className='pl-0 position-relative'>
|
<Nav.Link eventKey='notifications' className='pl-0 position-relative'>
|
||||||
<NoteIcon />
|
<NoteIcon className='theme' />
|
||||||
{hasNewNotes?.hasNewNotes &&
|
{hasNewNotes?.hasNewNotes &&
|
||||||
<span className={styles.notification}>
|
<span className={styles.notification}>
|
||||||
<span className='invisible'>{' '}</span>
|
<span className='invisible'>{' '}</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user