Skip to content

Commit

Permalink
fix animate-ping
Browse files Browse the repository at this point in the history
  • Loading branch information
acayseth committed Aug 18, 2023
1 parent 0213c84 commit 524536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/navbar/navbar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function NavbarComponent() {
<div className="mx-12 px-12 relative">
<Link href="/" className="">
<Image src={iiVineriLogo.src} width={95} height={24} alt="Îi vineri?" />
<span className="absolute -top-2 right-11 flex h-5 w-5">
<span className="absolute -top-2 right-10 flex h-5 w-5">
<span className="animate-ping absolute inline-flex h-full w-full rounded-full bg-white opacity-75"></span>
</span>
</Link>
Expand Down

0 comments on commit 524536f

Please sign in to comment.