From 5a7fea8eac785e975180e75ba71a5a26bf1fee04 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 19 Sep 2023 23:42:49 +0100 Subject: [PATCH] feat(footer): add `Twitch` logo closes #2 --- app/components/Footer.tsx | 8 ++++++++ app/components/icons/SocialMedia.tsx | 26 +++++++++++++++++++++----- 2 files changed, 29 insertions(+), 5 deletions(-) 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 ( -