Skip to content

Commit

Permalink
Remove status text on contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Jan 6, 2024
1 parent dd1c0e5 commit 3a9c358
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/website/src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3a9c358

Please sign in to comment.