Merge branch 'main' of github.com:pockethost/pockethost

This commit is contained in:
Ben Allfree 2025-05-24 10:05:33 +00:00
commit 69aae66229
3 changed files with 4 additions and 3 deletions

View File

@ -49,7 +49,7 @@
<p class="mt-10 text-neutral-content"> <p class="mt-10 text-neutral-content">
To change to a different plan, contact <a To change to a different plan, contact <a
class="link" class="link"
href={`"${DISCORD_URL}"`}>@noaxis on Discord</a href={`"${DISCORD_URL}"`}><code>.noaxis</code> on Discord</a
> >
</p> </p>
{:else if prices.length > 0} {:else if prices.length > 0}

View File

@ -67,7 +67,8 @@
</p> </p>
<p class="mb-4"> <p class="mb-4">
Long version: If you need to cancel your membership for any reason, Long version: If you need to cancel your membership for any reason,
please <a class="link" href={DISCORD_URL}>contact @noaxis on Discord</a please <a class="link" href={DISCORD_URL}
>contact <code>.noaxis</code> on Discord</a
>. If you cancel within the first 5 days of a signup or renewal, we'll >. If you cancel within the first 5 days of a signup or renewal, we'll
refund the full amount. Otherwise, we'll pro-rate it. Sound good? refund the full amount. Otherwise, we'll pro-rate it. Sound good?
</p> </p>

View File

@ -40,7 +40,7 @@
<div class="text-error"> <div class="text-error">
Notice: You are in Custom Domain mode but it is not active and will not Notice: You are in Custom Domain mode but it is not active and will not
work. Go find <a href={DISCORD_URL} target="_blank" class="link" work. Go find <a href={DISCORD_URL} target="_blank" class="link"
>@noaxis on Discord</a ><code>.noaxis</code> on Discord</a
> to get set up. > to get set up.
</div> </div>
{/if} {/if}