diff --git a/apps/web-app/src/pages/Home.tsx b/apps/web-app/src/pages/Home.tsx index 79b28673..87555ff2 100644 --- a/apps/web-app/src/pages/Home.tsx +++ b/apps/web-app/src/pages/Home.tsx @@ -109,7 +109,7 @@ export function Home(): React.ReactElement { }; return ( -
+

@@ -227,7 +227,7 @@ export function Home(): React.ReactElement {

-
+
{loading ? (
{[...Array(8)].map((_, i) => ( @@ -243,9 +243,9 @@ export function Home(): React.ReactElement {
) : ( { const skill = filteredSkills[index]; return ;