Skip to content

Commit 1236391

Browse files
gerholmcarlhaggren
andauthored
Add debug button (#973)
Co-authored-by: carlhaggren <carl.haggren@gmail.com>
1 parent ae59f16 commit 1236391

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/routes/Footer.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
class="grid-flow-col place-self-center *:text-xl md:place-self-end"
2323
aria-label={m.footer_socialMedia()}
2424
>
25+
<a class="btn btn-ghost opacity-0 hover:opacity-100" href="/admin/debug">
26+
<span class="i-mdi-bug-outline"></span>
27+
</a>
2528
{#if data?.user?.memberId}
2629
<a class="btn btn-ghost" href="https://discord.com/invite/wxHQcvZ38p">
2730
<span class="i-mdi-discord"></span>

0 commit comments

Comments
 (0)