Skip to content

Commit

Permalink
update: social media icons (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Oct 8, 2023
1 parent 069eca6 commit c37759f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions apps/site/src/assets/icons/Facebook-Logo-Primary-min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/site/src/assets/icons/facebook.png
Binary file not shown.
Binary file removed apps/site/src/assets/icons/tiktok.png
Binary file not shown.
8 changes: 1 addition & 7 deletions apps/site/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import Image from "next/image";
import styles from "./Footer.module.scss";

import Mail from "@/assets/icons/email.svg";
import Facebook from "@/assets/icons/facebook.png";
import Facebook from "@/assets/icons/Facebook-Logo-Primary-min.svg";
import Instagram from "@/assets/icons/instagram.svg";
import Hack from "@/assets/icons/hack-logo.svg";
import TikTok from "@/assets/icons/tiktok.png";

type Social = {
icon: any;
Expand Down Expand Up @@ -37,11 +36,6 @@ const SOCIALS: Social[] = [
link: "https://www.instagram.com/hackatuci/",
alt: "Instagram",
},
{
icon: TikTok,
link: "https://www.tiktok.com/@hackatuci",
alt: "TikTok",
},
];

export default function Footer() {
Expand Down

0 comments on commit c37759f

Please sign in to comment.