From d4c4dd2c4066e49dd3a4aa425b90aa9dbdf3b80f Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:49:04 +0000 Subject: [PATCH] Fix lint errors for src/components/AboutPage/Github.tsx --- src/components/AboutPage/Github.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/AboutPage/Github.tsx b/src/components/AboutPage/Github.tsx index ae55b129..17e0d4c2 100644 --- a/src/components/AboutPage/Github.tsx +++ b/src/components/AboutPage/Github.tsx @@ -1,16 +1,16 @@ -export default function GithubStats() { - return
-

+export default function GithubStats () { + return
+

Days I Code -

- {/* + {/* */} - {/* svg from git, updated every 3 hours */} - -
-} \ No newline at end of file + {/* svg from git, updated every 3 hours */} + +

+}