1.1.1 - Updated projects
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled

This commit is contained in:
2025-08-12 01:37:44 -06:00
parent 0d5dd82fd4
commit 0e457c0c82
5 changed files with 39 additions and 16 deletions

View File

@@ -1,14 +1,9 @@
---
import { Icon } from "astro-icon/components";
import { socialLinks } from "../config/data";
// Helper function to check if icon is a string (Astro icon)
function isAstroIcon(icon: any): icon is string {
return typeof icon === "string";
}
---
<div class="flex flex-row gap-4 text-3xl">
<div class="flex flex-row gap-3 text-3xl flex-wrap justify-center">
{
socialLinks.map((link) => {
return (