mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-23 22:15:49 +00:00
fix: update Discord contact format in text
This commit is contained in:
parent
453c1037bd
commit
7834c7e6b9
@ -49,7 +49,7 @@
|
||||
<p class="mt-10 text-neutral-content">
|
||||
To change to a different plan, contact <a
|
||||
class="link"
|
||||
href={`"${DISCORD_URL}"`}>@noaxis on Discord</a
|
||||
href={`"${DISCORD_URL}"`}><code>.noaxis</code> on Discord</a
|
||||
>
|
||||
</p>
|
||||
{:else if prices.length > 0}
|
||||
|
||||
@ -67,7 +67,8 @@
|
||||
</p>
|
||||
<p class="mb-4">
|
||||
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
|
||||
refund the full amount. Otherwise, we'll pro-rate it. Sound good?
|
||||
</p>
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
<div class="text-error">
|
||||
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"
|
||||
>@noaxis on Discord</a
|
||||
><code>.noaxis</code> on Discord</a
|
||||
> to get set up.
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user