diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-05-06 00:34:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 00:34:50 -0400 |
| commit | 717aa93dd13bb48a814039f3dd29a52a6dfac90c (patch) | |
| tree | 6f6bbba5b16890f72bfcec20d7c7288399e725a1 /src/pages/contacts.astro | |
| parent | e9ef0ecbe0a70cb5762dfed513a888d26b10e784 (diff) | |
| parent | fbf2959a6eb7620a0fb510e137f58dfb89d513ae (diff) | |
| download | personal-website-717aa93dd13bb48a814039f3dd29a52a6dfac90c.tar.gz personal-website-717aa93dd13bb48a814039f3dd29a52a6dfac90c.tar.bz2 personal-website-717aa93dd13bb48a814039f3dd29a52a6dfac90c.zip | |
Merge pull request #14 from Alee14/testing
Updated packages, PC specs, description; Added Q&A
Diffstat (limited to 'src/pages/contacts.astro')
| -rw-r--r-- | src/pages/contacts.astro | 2 |
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; |
