Skip to content

Commit

Permalink
Animate last month
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 20, 2023
1 parent 2b27fe8 commit bc0fbb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/dashboard/src/components/main-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ export function MainMenu() {
name: "Inbound",
icon: () => (
<div className="relative">
<div className="w-1.5 h-1.5 bg-[#d98d00] rounded-full absolute -top-[5px] -right-[5px]" />
<span className="relative flex h-[6px] w-[6px] absolute top-[0px] -right-[23px]">
<span className="animate-[ping_1s_ease-in-out_3] absolute inline-flex h-full w-full rounded-full bg-[#d98d00] opacity-75" />
<span className="relative inline-flex rounded-full h-[6px] w-[6px] bg-[#d98d00]" />
</span>
<Icons.Inbox2 size={22} />
</div>
),
Expand Down

0 comments on commit bc0fbb3

Please sign in to comment.