1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00

temporary bugfix, links on homepage broken for 4001

This commit is contained in:
Michael Shanks 2020-03-31 16:33:23 +01:00
parent 80fec01c8f
commit 85dfaee3a0

View file

@ -16,7 +16,7 @@
<div>
<h4 style="margin-bottom: 20px">Choose an Application</h4>
{#each $store.apps as app}
<a href={`#/${app}`} class="app-link">{app}</a>
<a href={`#${app}`} class="app-link">{app}</a>
{/each}
</div>
</div>