Fix the links on the bando pop-up.

main
Zed A. Shaw 2 years ago
parent 5119e0be0e
commit aeedbf4958
  1. 8
      admin/bando/Bandolier.svelte

@ -80,7 +80,7 @@
{#if shown} {#if shown}
<bando transition:fade|local> <bando transition:fade|local>
<a href="/admin/#/bando/iconfinder/"> <a href="/admin/#/icons/">
<Icon name="feather" light={ true } size="64" /> <Icon name="feather" light={ true } size="64" />
<span>Icons</span> <span>Icons</span>
</a> </a>
@ -88,15 +88,15 @@
<Icon name="layout" light={ true } size="64" /> <Icon name="layout" light={ true } size="64" />
<span>Library</span> <span>Library</span>
</a> </a>
<a href="/admin/#/bando/djenterator/"> <a href="/admin/#/djenterator/">
<Icon name="edit" light={ true } size="64" /> <Icon name="edit" light={ true } size="64" />
<span>Templates</span> <span>Templates</span>
</a> </a>
<a href="/admin/#/bando/devinfo/routes/"> <a href="/admin/#/routes/">
<Icon name="code" light={ true } size="64" /> <Icon name="code" light={ true } size="64" />
<span>Routes</span> <span>Routes</span>
</a> </a>
<a href="/admin/#/bando/devinfo/errors/"> <a href="/admin/#/errors/">
<Icon name="alert-circle" light={ true } size="64" /> <Icon name="alert-circle" light={ true } size="64" />
<span>Errors</span> <span>Errors</span>
</a> </a>

Loading…
Cancel
Save