Skip to content

Commit 304631f

Browse files
committed
.
1 parent 899645a commit 304631f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(default_site)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function RootLayout({
8888
src={"/icon/" + link.icon + ".svg"}
8989
alt={link.icon}
9090
fill
91-
className="group-hover:scale-125 transition duration-200"
91+
className="group-hover:scale-125 transition delay-100 duration-200"
9292
/>
9393
</AspectRatio>
9494
</Link>

0 commit comments

Comments
 (0)