Skip to content

Commit 9aefea7

Browse files
committed
stop link click effect
1 parent 1e17293 commit 9aefea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/FooterSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { title, links } = Astro.props;
1616
<li class="align-middle">
1717
<a
1818
href={link.to}
19-
class="link relative active:top-0.25 motion-reduce:hover:underline"
19+
class="link motion-reduce:hover:underline"
2020
target={link.to.startsWith("/") ? "" : "_blank"}
2121
rel={link.to.startsWith("/") ? "" : "noreferrer"}
2222
>

0 commit comments

Comments
 (0)