Skip to content

Commit

Permalink
remove discord link from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasohCHOM committed Jan 8, 2025
1 parent 8db8a35 commit 1a5e6b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { BsLinkedin, BsDiscord } from "react-icons/bs";
import { BsLinkedin } from "react-icons/bs";
import { PiInstagramLogoFill } from "react-icons/pi";
import links from "@/lib/data/links.json";

Expand Down Expand Up @@ -29,9 +29,6 @@ export const LandingFooter: React.FC = () => {
<a target="_blank" href={links.linkedin}>
<BsLinkedin className="h-[2.75rem] w-12 md:h-14 md:w-14" />
</a>
<a target="_blank" href={links.discord}>
<BsDiscord className="h-[3rem] w-12 md:h-16 md:w-16" />
</a>
<div className="relative inline-block">
{/* ACM text */}
<a target="_blank" href={links.acmcsuf}>
Expand Down

0 comments on commit 1a5e6b3

Please sign in to comment.