feat: sync notifications read time
This commit is contained in:
parent
776f290ef9
commit
30da0319ce
7 changed files with 96 additions and 46 deletions
|
|
@ -15,7 +15,7 @@ export default function NotificationsButton() {
|
|||
<div className="relative">
|
||||
<Bell />
|
||||
{hasNewNotification && (
|
||||
<div className="absolute -top-0.5 right-0.5 w-2 h-2 bg-primary rounded-full" />
|
||||
<div className="absolute -top-0.5 right-0.5 w-2 h-2 ring-2 ring-background bg-primary rounded-full" />
|
||||
)}
|
||||
</div>
|
||||
</BottomNavigationBarItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue