temp disable the buttoN
Signed-off-by: Ben Hall <ben@benh.codes>
This commit is contained in:
parent
b589a5e307
commit
0c21d57e2b
@ -28,12 +28,12 @@
|
|||||||
<ManageSidebarLink {currentRoute} title="Blacklist" icon="fa-ban" href="/manage/{guildId}/blacklist" />
|
<ManageSidebarLink {currentRoute} title="Blacklist" icon="fa-ban" href="/manage/{guildId}/blacklist" />
|
||||||
<ManageSidebarLink {currentRoute} title="Tags" icon="fa-tags" href="/manage/{guildId}/tags" />
|
<ManageSidebarLink {currentRoute} title="Tags" icon="fa-tags" href="/manage/{guildId}/tags" />
|
||||||
|
|
||||||
{#if isAdmin}
|
<!-- {#if isAdmin}
|
||||||
<hr />
|
<hr />
|
||||||
<div class="row" style="align-items: center; justify-content: center;">
|
<div class="row" style="align-items: center; justify-content: center;">
|
||||||
<ManageSidebarButton on:click={() => importModal = true} title="Import Data" icon="fa-file-import" />
|
<ManageSidebarButton on:click={() => importModal = true} title="Import Data" icon="fa-file-import" />
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if} -->
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<nav class="bottom">
|
<nav class="bottom">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user