diff options
author | Wyvest <wyvestbusiness@gmail.com> | 2024-01-08 09:56:05 -0500 |
---|---|---|
committer | Wyvest <wyvestbusiness@gmail.com> | 2024-01-08 09:56:05 -0500 |
commit | d07c4c297d70568bfa7c030b6567ef142e85bba4 (patch) | |
tree | d7004c7a5a375c52e91626bb5a6132a89a833af1 /apps/website/src/pages/contact.astro | |
parent | 651684e9c6c8509001f3757b51c8aefbadbd6613 (diff) | |
download | Nexus-d07c4c297d70568bfa7c030b6567ef142e85bba4.tar.gz Nexus-d07c4c297d70568bfa7c030b6567ef142e85bba4.tar.bz2 Nexus-d07c4c297d70568bfa7c030b6567ef142e85bba4.zip |
modify some text
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> |