fix admin page
This commit is contained in:
@@ -276,7 +276,8 @@
|
|||||||
{msg.name || 'Anonymous'}
|
{msg.name || 'Anonymous'}
|
||||||
</span>
|
</span>
|
||||||
{#if msg.email}
|
{#if msg.email}
|
||||||
<a href="/cdn-cgi/l/email-protection#205b4d53470e454d41494c5d" style="font-family:'DM Mono',monospace; font-size:11px; color:var(--cyan);
|
<a href="mailto:{msg.email}"
|
||||||
|
style="font-family:'DM Mono',monospace; font-size:11px; color:var(--cyan);
|
||||||
text-decoration:none;">
|
text-decoration:none;">
|
||||||
{msg.email}
|
{msg.email}
|
||||||
</a>
|
</a>
|
||||||
@@ -642,3 +643,5 @@
|
|||||||
</button>
|
</button>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user