Skip to content

Commit

Permalink
made icons white
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly committed Jan 23, 2024
1 parent 7335242 commit 8cf2857
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,27 @@ const Footer = () => {
</div>
<div className="grid grid-cols-2 text-5xl text-white h-5/6 hover:curson-pointer ">
<div className="flex justify-between flex-col items-center">
<Link href="https://github.com/acm-ucr/hsp-website/pull/16/files">
<Link
className="text-white "
href="https://github.com/acm-ucr/hsp-website/pull/16/files"
>
<FaInstagram />
</Link>
<Link href="discord-link">
<Link className="text-white" href="discord-link">
<FaDiscord />
</Link>
<Link href="youtube-link">
<Link className="text-white" href="youtube-link">
<FaYoutube />
</Link>
</div>
<div className="flex justify-between flex-col items-start">
<Link href="slack-link">
<Link className="text-white" href="slack-link">
<FaSlack />
</Link>
<Link href="email-link">
<Link className="text-white" href="email-link">
<FaEnvelope />
</Link>
<Link href="medium-link">
<Link className="text-white" href="medium-link">
<FaMediumM />
</Link>
</div>
Expand Down

0 comments on commit 8cf2857

Please sign in to comment.