diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 47e528f..0403c29 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -5,6 +5,7 @@ import { Instagram, LinkedIn, Twitter, + Twitch, } from "./icons/SocialMedia"; import Link from "next/link"; import { Heart } from "./icons/Heart"; @@ -98,6 +99,13 @@ const SocialMediaRow = () => { > + + + ); }; diff --git a/app/components/icons/SocialMedia.tsx b/app/components/icons/SocialMedia.tsx index 5d4fd05..046ad28 100644 --- a/app/components/icons/SocialMedia.tsx +++ b/app/components/icons/SocialMedia.tsx @@ -1,4 +1,4 @@ -const socialMediaColours: string = +const socialMediaCSS: string = "h-8 w-8 lg:h-9 lg:w-9 xl:h-10 xl:w-10 fill-surface2 transition group-hover:fill-blue"; export const Gitea = () => { @@ -23,7 +23,7 @@ export const Gitea = () => { export const GitHub = () => { return ( -