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 = () => { ))}

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