aboutsummaryrefslogtreecommitdiff
path: root/src/pages/contacts.astro
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-05-06 00:31:35 -0400
committerAndrew Lee <andrew@alee14.me>2025-05-06 00:31:35 -0400
commitfbf2959a6eb7620a0fb510e137f58dfb89d513ae (patch)
tree6f6bbba5b16890f72bfcec20d7c7288399e725a1 /src/pages/contacts.astro
parente9ef0ecbe0a70cb5762dfed513a888d26b10e784 (diff)
downloadpersonal-website-fbf2959a6eb7620a0fb510e137f58dfb89d513ae.tar.gz
personal-website-fbf2959a6eb7620a0fb510e137f58dfb89d513ae.tar.bz2
personal-website-fbf2959a6eb7620a0fb510e137f58dfb89d513ae.zip
Updated packages, PC specs, description; Added Q&A
Diffstat (limited to 'src/pages/contacts.astro')
-rw-r--r--src/pages/contacts.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/contacts.astro b/src/pages/contacts.astro
index c65c6f9..aef523d 100644
--- a/src/pages/contacts.astro
+++ b/src/pages/contacts.astro
@@ -3,7 +3,7 @@ import Page from '../layouts/Page.astro'
import { Icon } from 'astro-icon/components';
import contacts from "../data/contacts.json";
---
-<Page title="Contacts" description="Follow me on other platforms">
+<Page title="Contacts" description="Follow me on these platforms">
<main>
{contacts.map((contact)=> {
let icon = "fa6-brands:" + contact.icon;