From f306f4f993e98d751cea9893e311a15f6418086a Mon Sep 17 00:00:00 2001 From: Tom Naughton Date: Thu, 11 Dec 2025 21:05:35 +0000 Subject: [PATCH 1/2] Twitch icon added --- components/footer/Footer.jsx | 12 ++++++++++++ content/commons.json | 2 ++ public/icons/twitch.js | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 public/icons/twitch.js diff --git a/components/footer/Footer.jsx b/components/footer/Footer.jsx index 724d5d51..5a5f83cb 100644 --- a/components/footer/Footer.jsx +++ b/components/footer/Footer.jsx @@ -12,6 +12,7 @@ import IconFacebook from '../../public/icons/facebook' import IconYouTube from '../../public/icons/youtube' import IconLinkedIn from '../../public/icons/linkedin' import IconGitHub from '../../public/icons/github' +import IconTwitch from '../../public/icons/twitch' const Footer = () => { const { pathname } = useRouter() @@ -71,6 +72,17 @@ const Footer = () => { + + + { + return ( + + + + + + + + + + + ) +} + +export default IconTwitch From a8b6096c1b5489501b88908310fc32e6e3e6bc9c Mon Sep 17 00:00:00 2001 From: Tom Naughton Date: Thu, 11 Dec 2025 21:14:28 +0000 Subject: [PATCH 2/2] Bluesky icon added and minor change to twitch icon --- components/footer/Footer.jsx | 14 +++++++++++++- content/commons.json | 2 ++ public/icons/bluesky.js | 11 +++++++++++ public/icons/twitch.js | 2 +- 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 public/icons/bluesky.js diff --git a/components/footer/Footer.jsx b/components/footer/Footer.jsx index 5a5f83cb..0219f062 100644 --- a/components/footer/Footer.jsx +++ b/components/footer/Footer.jsx @@ -8,11 +8,12 @@ import * as ROUTES from '../../common/routes' import { getLiteral } from '../../common/i18n' import IconTwitter from '../../public/icons/twitter' +import IconBluesky from '../../public/icons/bluesky' import IconFacebook from '../../public/icons/facebook' import IconYouTube from '../../public/icons/youtube' +import IconTwitch from '../../public/icons/twitch' import IconLinkedIn from '../../public/icons/linkedin' import IconGitHub from '../../public/icons/github' -import IconTwitch from '../../public/icons/twitch' const Footer = () => { const { pathname } = useRouter() @@ -50,6 +51,17 @@ const Footer = () => { + + + { + return ( + + + + + ) +} + +export default IconBluesky diff --git a/public/icons/twitch.js b/public/icons/twitch.js index 33857db0..8417b46c 100644 --- a/public/icons/twitch.js +++ b/public/icons/twitch.js @@ -1,7 +1,7 @@ const IconTwitch = () => { return ( + viewBox="0 0 2400 2800" width="18" height="18" fill="none">