diff options
Diffstat (limited to 'apps/website')
-rw-r--r-- | apps/website/src/pages/contact.astro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/website/src/pages/contact.astro b/apps/website/src/pages/contact.astro index fcaba1b..8f7586c 100644 --- a/apps/website/src/pages/contact.astro +++ b/apps/website/src/pages/contact.astro @@ -20,10 +20,10 @@ import Layout from '@layouts/Layout.astro'; <div class="bg-blue-75 flex flex-col justify-start items-center p-5 gap-y-0.5 rounded-2xl"> <Icon icon="github" size={48} class="text-blue-gray" /> <Header size="md" class="text-navy-peony mt-2">GitHub</Header> - <div class="flex flex-row items-center justify-center gap-x-1"> + <!-- <div class="flex flex-row items-center justify-center gap-x-1"> <span class="w-1.5 h-1.5 bg-green-300 rounded-full"></span> <Paragraph size="sm" class="text-blue-gray">69 commits a week</Paragraph> - </div> + </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 @@ -36,10 +36,10 @@ import Layout from '@layouts/Layout.astro'; <div class="bg-blue-75 flex flex-col justify-start items-center p-5 gap-y-0.5 rounded-2xl"> <Icon icon="discord" size={48} class="text-blue-gray" /> <Header size="md" class="text-navy-peony mt-2">Discord</Header> - <div class="flex flex-row items-center justify-center gap-x-1"> + <!-- <div class="flex flex-row items-center justify-center gap-x-1"> <span class="w-1.5 h-1.5 bg-green-300 rounded-full"></span> <Paragraph size="sm" class="text-blue-gray">69 commits a week</Paragraph> - </div> + </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 |