diff options
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; |
