From 67f5db139b27e4dfeb8dc8a6837dc22b1b6de70c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 23 Jan 2024 19:35:26 +0000 Subject: Removed final "vh" and add easter egg --- src/pages/contacts.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pages') diff --git a/src/pages/contacts.astro b/src/pages/contacts.astro index 098f97b..908fba8 100644 --- a/src/pages/contacts.astro +++ b/src/pages/contacts.astro @@ -7,9 +7,9 @@ import contacts from "../components/contacts.json"; {contacts.map((contact)=> { let icon = "fa6-brands:" + contact.icon; return ( -
- - {contact.platform} ({contact.username}) +
+ + {contact.platform} ({contact.username})
) })} -- cgit v1.2.3