diff --git a/src/components/window.svelte b/src/components/window.svelte index 6ceaeb1..1d540d8 100644 --- a/src/components/window.svelte +++ b/src/components/window.svelte @@ -1,8 +1,7 @@
@@ -55,7 +63,7 @@
- +
{#if data.getRatelimited}

@@ -95,6 +103,7 @@

{#if hasPreviousPage} << previous {/if} @@ -102,7 +111,7 @@
{/if} {#if hasNextPage} - next >> + next >> {/if}
{/if}