diff --git a/frontend/src/routes/wiki/Index.svelte b/frontend/src/routes/wiki/Index.svelte index d983f816..76c4b859 100644 --- a/frontend/src/routes/wiki/Index.svelte +++ b/frontend/src/routes/wiki/Index.svelte @@ -39,6 +39,6 @@

{lastLetter = page.charAt(0).toUpperCase()||page.charAt(0).toUpperCase()}

{/if} -{page} +{page} {/each} {/if} \ No newline at end of file