style: adjust the position of new notification indicator
This commit is contained in:
parent
76da5b3af1
commit
407a5a3f78
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ export default function NotificationsButton() {
|
|||
<div className="relative">
|
||||
<Bell strokeWidth={3} />
|
||||
{hasNewNotification && (
|
||||
<div className="absolute -top-1 -right-1 w-2 h-2 bg-primary rounded-full" />
|
||||
<div className="absolute -top-1 right-0 w-2 h-2 bg-primary rounded-full" />
|
||||
)}
|
||||
</div>
|
||||
</SidebarItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue