We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94424ae commit 172f0b9Copy full SHA for 172f0b9
src/components/Layout/TopNav/TopNav.tsx
@@ -266,7 +266,9 @@ export default function TopNav({
266
<BrandMenu>
267
<div className="flex items-center">
268
<div className="uwu-visible flex items-center justify-center h-full">
269
- <NextLink href="/">
+ <NextLink
270
+ href="/"
271
+ className="active:scale-95 transition-transform">
272
<Image
273
alt="logo by @sawaratsuki1004"
274
title="logo by @sawaratsuki1004"
0 commit comments