diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 17:29:18 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 17:29:18 +0100 |
commit | 3a9c3585648081b0b6b972d526060c268fa6b9a6 (patch) | |
tree | 0a9997cca84a2ef7d6c718c1aa6ad2246e1c3bfe | |
parent | dd1c0e5cb6dbc7370c7d82b5150e0fa17e35b50a (diff) | |
download | Nexus-3a9c3585648081b0b6b972d526060c268fa6b9a6.tar.gz Nexus-3a9c3585648081b0b6b972d526060c268fa6b9a6.tar.bz2 Nexus-3a9c3585648081b0b6b972d526060c268fa6b9a6.zip |
Remove status text on contact page
-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 |