discord: use placeholder if guild icon not available

also centers the invite on the form/user discord modal.
This commit is contained in:
Harvey Tindall
2023-06-19 17:48:24 +01:00
parent 765a749959
commit 094f7cea94
5 changed files with 15 additions and 4 deletions
+3 -1
View File
@@ -46,7 +46,9 @@
<span class="heading mb-4">{{ .strings.linkDiscord }}</span>
<p class="content mb-4"> {{ .discordSendPINMessage }}</p>
<h1 class="text-center text-2xl mb-2 pin"></h1>
<a id="discord-invite"></a>
<div class="row center">
<a id="discord-invite"></a>
</div>
<span class="button ~info @low full-width center mt-4" id="discord-waiting">{{ .strings.success }}</span>
</div>
</div>