diff --git a/src/components/ui/SocialCard.astro b/src/components/ui/SocialCard.astro index da28323..6b898da 100644 --- a/src/components/ui/SocialCard.astro +++ b/src/components/ui/SocialCard.astro @@ -48,13 +48,13 @@ const { icon, title, desc, button, href, target } = Astro.props; diff --git a/src/pages/index.astro b/src/pages/index.astro index d5bb244..226c617 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -47,10 +47,17 @@ const socials = [ { icon: "discord", title: "Join the community", - desc: "Join our Discord community for updates and discussions.", + desc: "Join our Discord community to partake in future updates and discussions.", href: "https://discord.gg/58NZ7fFqPy", button: "Join the Discord", }, + { + icon: "heart", + title: "Donate", + desc: "Supercharge Mythic's development and get benefits (soon...)", + href: "https://ko-fi.com/blackxfiied", + button: "To Ko-fi", + } ]; ---