temporary bugfix, links on homepage broken for 4001

This commit is contained in:
Michael Shanks 2020-03-31 16:33:23 +01:00
parent ad496a7c3e
commit 8d10915dc3
1 changed files with 1 additions and 1 deletions

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>