Skip to content

Commit

Permalink
add hover opacity to footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Dec 27, 2024
1 parent 3d8d055 commit 7518f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Landing_Page/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Communities() {
{links.map((x) => {
return (
<a Capitalize href={x[2]} aria-label={x[0]} vertCentered>
<div class={x[1]} text-2xl rounded-none></div>
<div class={x[1]} text-2xl rounded-none hover:opacity-70></div>
</a>
);
})}
Expand Down

0 comments on commit 7518f65

Please sign in to comment.