Skip to content

Commit 15ef479

Browse files
committed
fix: flicker
Signed-off-by: Adam Setch <[email protected]>
1 parent a47b4b6 commit 15ef479

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/GitHubRepo.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ const { forks, stars, latestReleaseName } = await loadRepoStats();
5151
aria-label="GitHub Repository"
5252
class="gitify-repo hover:text-gitify-repo-hover"
5353
>
54-
<section class="flex flex-row gap-2 items-center">
54+
<section
55+
class="flex flex-row gap-2 items-center motion-preset-pop hover:motion-preset-oscillate hover:motion-duration-500"
56+
>
5557
<Icon name="mdi:github" size={32} class="w-6 sm:w-10" />
5658
<div class="font-light max-sm:hidden">
5759
<div class="text-sm">{siteMetadata.repo.fullName}</div>

0 commit comments

Comments
 (0)