Fix the links on the bando pop-up.

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

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

Loading…
Cancel
Save