1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13:00

fixes list of apps not having the correct path in all situations

This commit is contained in:
kevmodrome 2020-04-13 16:09:53 +02:00
parent d99bc6a9d4
commit 10893e4a2d

View file

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