diff --git a/pages/community/tsc.tsx b/pages/community/tsc.tsx index 24db5ce01feb..03040adfa4b6 100644 --- a/pages/community/tsc.tsx +++ b/pages/community/tsc.tsx @@ -65,7 +65,6 @@ function addAdditionalUserInfo(user: Tsc) { * @returns The Twitter SVG component. */ function TwitterSVG() { - return (
@@ -79,10 +78,9 @@ function TwitterSVG() { * @returns The GitHub SVG component. */ function GitHubSVG() { - return (
- +
); } @@ -93,10 +91,9 @@ function GitHubSVG() { * @returns The LinkedIn SVG component. */ function LinkedInSVG() { - return (
- +
); }