There was an error while loading. Please reload this page.
1 parent ae59f16 commit 1236391Copy full SHA for 1236391
1 file changed
src/routes/Footer.svelte
@@ -22,6 +22,9 @@
22
class="grid-flow-col place-self-center *:text-xl md:place-self-end"
23
aria-label={m.footer_socialMedia()}
24
>
25
+ <a class="btn btn-ghost opacity-0 hover:opacity-100" href="/admin/debug">
26
+ <span class="i-mdi-bug-outline"></span>
27
+ </a>
28
{#if data?.user?.memberId}
29
<a class="btn btn-ghost" href="https://discord.com/invite/wxHQcvZ38p">
30
<span class="i-mdi-discord"></span>
0 commit comments