Skip to content

Commit 172f0b9

Browse files
authored
Add uwu click animation (#7822)
1 parent 94424ae commit 172f0b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Layout/TopNav/TopNav.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ export default function TopNav({
266266
<BrandMenu>
267267
<div className="flex items-center">
268268
<div className="uwu-visible flex items-center justify-center h-full">
269-
<NextLink href="/">
269+
<NextLink
270+
href="/"
271+
className="active:scale-95 transition-transform">
270272
<Image
271273
alt="logo by @sawaratsuki1004"
272274
title="logo by @sawaratsuki1004"

0 commit comments

Comments
 (0)