diff --git a/components/icons/Github.js b/components/icons/Github.js index b9a77c1934a..1b267183837 100644 --- a/components/icons/Github.js +++ b/components/icons/Github.js @@ -1,11 +1,13 @@ export default function IconGithub({ className }) { + return ( - + - ) + ); } + diff --git a/components/icons/LinkedIn.js b/components/icons/LinkedIn.js index 3c3126b6059..74112e6cb35 100644 --- a/components/icons/LinkedIn.js +++ b/components/icons/LinkedIn.js @@ -1,15 +1,17 @@ export default function IconLinkedIn({ className }) { return ( - - - - ) -} + fill='currentColor' + viewBox="0 0 19 19" + > + + + ); + } + + \ No newline at end of file diff --git a/components/icons/Twitter.js b/components/icons/Twitter.js index 4d5239856ea..fc6a1a10f6d 100644 --- a/components/icons/Twitter.js +++ b/components/icons/Twitter.js @@ -1,12 +1,12 @@ -export default function IconTwitter({ className }) { - return ( - - - - - ) +export default function IconTwitter({ className, isHovered, setIsHovered }) { + return ( + + + + ); } + diff --git a/pages/community/tsc.js b/pages/community/tsc.js index 0f95097148a..aa8844c8089 100644 --- a/pages/community/tsc.js +++ b/pages/community/tsc.js @@ -3,6 +3,10 @@ import TSCMembersList from "../../config/MAINTAINERS.json"; import {sortBy} from 'lodash'; import NewsletterSubscribe from "../../components/NewsletterSubscribe"; import TextLink from '../../components/typography/TextLink'; +import { useState } from 'react'; +import IconGithub from '../../components/icons/Github'; +import IconLinkedIn from '../../components/icons/LinkedIn'; +import IconTwitter from '../../components/icons/Twitter'; function addAdditionalUserInfo(user) { const userData = { @@ -241,44 +245,44 @@ function QuestionCard() { } function TwitterSVG() { - return ( - - ); + + + ); } function GithubSVG() { - return ( - - ); + + + ); } function LinkedInSVG() { - return ( - - ); + {/* Use the imported SVG icon component */} + + + ); } diff --git a/pages/tools/generator.js b/pages/tools/generator.js index e98aa038390..a081d296678 100644 --- a/pages/tools/generator.js +++ b/pages/tools/generator.js @@ -20,7 +20,7 @@ export default function GeneratorPage() { className="w-full mb-2 sm:w-auto sm:mb-0 sm:mr-2" /> */}