From 1c54c8b4a26b8c7194ee0542e12c6c17b0b7efbe Mon Sep 17 00:00:00 2001 From: Selim Date: Sat, 10 Aug 2024 23:17:21 +0300 Subject: [PATCH] x icon added to both footer and header | quick fix on global.css line 45 comma mistake fixed --- src/app/globals.css | 3 ++- src/components/SocialIcons.tsx | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index aef89a6..d6e7e53 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -41,7 +41,8 @@ --nightBlue: 219 33% 16%; --olivieGreen: 74 43% 51% 0.2; --green: 74 43% 51%; - --submitBlue: 198 100%, 50% --navWhite: #f1f5f9; + --submitBlue: 198 100%, 50%; + --navWhite: #f1f5f9; } .dark { diff --git a/src/components/SocialIcons.tsx b/src/components/SocialIcons.tsx index 4cd901b..1602b4d 100644 --- a/src/components/SocialIcons.tsx +++ b/src/components/SocialIcons.tsx @@ -1,6 +1,7 @@ import { clsx } from 'clsx' import Link from 'next/link' import { FaConfluence, FaDiscord, FaGithub, FaLinkedin } from 'react-icons/fa' +import { FaXTwitter } from 'react-icons/fa6' import { SiJira } from 'react-icons/si' export default function SocialIcons({ className }: { className?: string }) { @@ -11,6 +12,9 @@ export default function SocialIcons({ className }: { className?: string }) { className, )} > + + +