diff --git a/pages/community/tsc.js b/pages/community/tsc.js index 96d22912aab2..57238ec48e19 100644 --- a/pages/community/tsc.js +++ b/pages/community/tsc.js @@ -139,6 +139,28 @@ export default function TSC() { ); } +const socials = { + "Github": , + "Twitter": , + "Linkedin": , +} + +function SocialLink({ href, social }) { + return ( +
  • + + {social} + {socials[social]} + +
  • + ) +} + function UserInfo({ user }) { return (
  • {user.name}