diff options
Diffstat (limited to 'apps/website/src/pages/contact.astro')
-rw-r--r-- | apps/website/src/pages/contact.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/website/src/pages/contact.astro b/apps/website/src/pages/contact.astro index 193c2be..aac214d 100644 --- a/apps/website/src/pages/contact.astro +++ b/apps/website/src/pages/contact.astro @@ -13,7 +13,7 @@ import Layout from '@layouts/Layout.astro'; <Section wrapperClass="min-h-screen" class="my-40 md:my-40 xl:my-20 2xl:my-20 justify-center items-center flex-col"> <Header size="xl" class="text-navy-peony text-center">Feeling social? Come chat with us</Header> <Paragraph class="text-blue-gray max-w-2xl text-center"> - We primarily connect with our community with Discord, however we regularly check Github as well blah blah blah + We primarily connect with our community with Discord, however we regularly check Github as well. </Paragraph> <div class="flex flex-row flex-wrap p-5 w-full justify-center items-center gap-8"> {/* GitHub */} @@ -26,7 +26,7 @@ import Layout from '@layouts/Layout.astro'; </div> --> <Paragraph size="sm" class="text-blue-gray max-w-48 text-center my-4"> - We love open source, so all of our projects are OSS. Anyone is welcome to contribute new features (and bugs) to our mods + We love open source, so all of our projects are OSS. Anyone is welcome to contribute new features (and bugs) to our mods. </Paragraph> <Button style="secondary" href="http://github.com/Polyfrost/" iconLeft="code" size="sm" class="w-full">Contribute today</Button> @@ -42,7 +42,7 @@ import Layout from '@layouts/Layout.astro'; </div> --> <Paragraph size="sm" class="text-blue-gray max-w-48 text-center my-4"> - Join us today! It's the easiest way to chat with other members, suggest new features, and get support with your mods + Join us today! It's the easiest way to chat with other members, suggest new features, and get support with your mods. </Paragraph> <Button style="secondary" href="/discord" iconLeft="chat" size="sm" class="w-full">Chat with us</Button> |