Skip to content

Commit 7518f65

Browse files
committed
add hover opacity to footer links
1 parent 3d8d055 commit 7518f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Landing_Page/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Communities() {
3434
{links.map((x) => {
3535
return (
3636
<a Capitalize href={x[2]} aria-label={x[0]} vertCentered>
37-
<div class={x[1]} text-2xl rounded-none></div>
37+
<div class={x[1]} text-2xl rounded-none hover:opacity-70></div>
3838
</a>
3939
);
4040
})}

0 commit comments

Comments
 (0)