From 24db94a283491ed4bc433d00825c62577b3caa54 Mon Sep 17 00:00:00 2001 From: SahilDahekar Date: Thu, 21 Nov 2024 12:16:36 +0530 Subject: [PATCH] Fixed lint issues --- pages/community/tsc.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/community/tsc.tsx b/pages/community/tsc.tsx index 24db5ce01fe..03040adfa4b 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 (
- +
); }