maybe fix services page?

This commit is contained in:
matt c 2024-10-17 18:46:58 +01:00
parent f666add82a
commit 16171f5c52
2 changed files with 5 additions and 2 deletions

View file

@ -13,7 +13,10 @@ const site = Astro.site;
We host a number of services, and signup for them is free! We host a number of services, and signup for them is free!
</p> </p>
<p class="py-2"> <p class="py-2">
To sign up, email <code>matt[at]goober[dot]cloud</code>
</p>
<p class="py-2">
We also have a <a href="https://discord.gg/qTfT7qSFQK">discord server.</a>
</p> </p>
</div> </div>
<div class="flex"> <div class="flex">

View file

@ -63,7 +63,7 @@ const { description } = AppConfig;
</ServSection> </ServSection>
<ServSection> <ServSection>
<Subheading><a>Hosting for your project? </a></Subheading> <Subheading><a>Hosting for your project?</a></Subheading>
<p class="text-center">(reach out to Matt)</p> <p class="text-center">(reach out to Matt)</p>
</ServSection> </ServSection>