Skip to content

Commit

Permalink
Change icon badge counter position
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogasp committed Nov 14, 2024
1 parent 7451966 commit f0614da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notifications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Badge(props: Readonly<BadgeProps>) {
return null;
}
return (
<div className="absolute end-0 top-0 z-10 inline-flex h-5 w-5 items-center justify-center rounded-full bg-danger p-2 text-xs text-secondary">
<div className="absolute end-1 top-1 z-10 inline-flex h-5 w-5 items-center justify-center rounded-full bg-danger p-2 text-xs text-secondary">
{count}
</div>
);
Expand Down

0 comments on commit f0614da

Please sign in to comment.