diff --git a/.vscode/settings.json b/.vscode/settings.json index d48e0ba7..55de5e6c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,7 @@ "Hierarchy Note", "WriteBCToFile", "LimitTrailFields", - "CSV Crumbs" + "CSV Crumbs", + "nextPrev" ] } \ No newline at end of file diff --git a/src/Components/NextPrev.svelte b/src/Components/NextPrev.svelte index 1aaccaac..e1bfe28a 100644 --- a/src/Components/NextPrev.svelte +++ b/src/Components/NextPrev.svelte @@ -27,7 +27,7 @@ }); - +
{#if prev.length}←{/if} {#each prev as p} @@ -46,7 +46,7 @@ {/each} {#if next.length}→{/if} - +