From 167cfd3793f49d300c99b948b2302304aede3e9f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 6 Jul 2026 16:17:58 -0400 Subject: Fixed programming; add new contact; revised guidelines, privacy pol --- src/pages/contacts.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pages/contacts.astro') diff --git a/src/pages/contacts.astro b/src/pages/contacts.astro index aef523d..60eeff2 100644 --- a/src/pages/contacts.astro +++ b/src/pages/contacts.astro @@ -6,10 +6,9 @@ import contacts from "../data/contacts.json";
{contacts.map((contact)=> { - let icon = "fa6-brands:" + contact.icon; return (
- + {contact.platform} ({contact.username})
) -- cgit v1.2.3