File tree Expand file tree Collapse file tree
frontend/src/lib/components/mods-list Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments