From 745e74a074e3424ed8b186dffeab392e5d60f060 Mon Sep 17 00:00:00 2001 From: Boutzi Date: Thu, 24 Oct 2024 11:15:43 +0200 Subject: [PATCH] fix animation --- components/Status.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/components/Status.tsx b/components/Status.tsx index 83e9cbb..42b35ad 100644 --- a/components/Status.tsx +++ b/components/Status.tsx @@ -93,10 +93,9 @@ export const Status = () => { {t("status.LiveStatus")} - -
-
- +
+
+ {/* */}

{t("status.StarredRepositories")} @@ -141,10 +140,10 @@ export const Status = () => {

- -
-
- + {/* */} +
+
+ {/* */}

{t("status.LastestJobs")} @@ -187,8 +186,8 @@ export const Status = () => {

-
- + {/* */} + {/* */}

{t("heroSection.connectWithMe")} @@ -199,9 +198,10 @@ export const Status = () => { ))}

- + {/* */} +
- + ); };