diff --git a/src/components/Lanyard.tsx b/src/components/Lanyard.tsx index acd887a..adf5eec 100644 --- a/src/components/Lanyard.tsx +++ b/src/components/Lanyard.tsx @@ -14,7 +14,7 @@ export default function SpotifyActivity() { const activity = useLanyardWS("346977366569910274"); return ( -
+
-
+
{links.map((link) => ( - + ))}
diff --git a/src/components/Technologies.tsx b/src/components/Technologies.tsx index 08b415c..8a84907 100644 --- a/src/components/Technologies.tsx +++ b/src/components/Technologies.tsx @@ -103,7 +103,7 @@ export default function Technologies() { }, []); return ( -
+
{data.map((item, i) => ( ))} diff --git a/src/pages/index.astro b/src/pages/index.astro index c85f811..0efc2ed 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,7 @@ import Technologies from "../components/Technologies"; title="Hey, I'm vasc" description="A software engineer from Vienna, Austria." > -
+