style changes & href fix

This commit is contained in:
2021-07-07 21:21:38 +01:00
parent f96a00e27f
commit c3036ac98a
4 changed files with 6 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
</a>
{/each}
<!-- svelte-ignore a11y-missing-content -->
<a class="item add" href="google.com" />
<a class="item add" href="/graph/new" />
{:catch error}
<span class="item">
<h2 style="color: red">{error.message}</h2>