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, )} > + + +