fix admin page

This commit is contained in:
RaineAllDay
2026-03-18 04:10:12 -06:00
parent 75d12b2950
commit 968fd69eb1

View File

@@ -276,7 +276,8 @@
{msg.name || 'Anonymous'}
</span>
{#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;">
{msg.email}
</a>
@@ -642,3 +643,5 @@
</button>
{/each}
</div>
{/if}
</div>