Skip to content

Commit a7680ed

Browse files
committed
Fixing spacing
1 parent 9ed4ef1 commit a7680ed

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

frontend/src/lib/components/mods-list/ModsList.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,15 @@
196196
</button>
197197
{:else}
198198
<p class="text-xl text-center text-surface-400-700-token"><T defaultValue="No mods matching your search" keyName="mods-list.no-mods-filtered"/></p>
199-
<button
200-
class="btn variant-filled-primary mt-4"
201-
on:click={() => {
202-
$search = '';
203-
$filter = filterOptions[0];
204-
}}
205-
>
206-
<T defaultValue="Show all" keyName="mods-list.show-all"/>
207-
</button>
199+
<button
200+
class="btn variant-filled-primary mt-4"
201+
on:click={() => {
202+
$search = '';
203+
$filter = filterOptions[0];
204+
}}
205+
>
206+
<T defaultValue="Show all" keyName="mods-list.show-all"/>
207+
</button>
208208
{/if}
209209
{:else}
210210
<p class="text-xl text-center text-surface-400-700-token"><T defaultValue="No mods found" keyName="mods-list.no-mods-found"/></p>

0 commit comments

Comments
 (0)