make notification icon change on hover

This commit is contained in:
keyan 2023-01-05 19:15:48 -06:00
parent 76b5b7743e
commit 7a4a24c6df

View File

@ -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>