maybe fix services page?
This commit is contained in:
parent
f666add82a
commit
16171f5c52
2 changed files with 5 additions and 2 deletions
|
@ -13,7 +13,10 @@ const site = Astro.site;
|
|||
We host a number of services, and signup for them is free!
|
||||
</p>
|
||||
<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>
|
||||
</div>
|
||||
<div class="flex">
|
||||
|
|
|
@ -63,7 +63,7 @@ const { description } = AppConfig;
|
|||
</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>
|
||||
</ServSection>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue