diff --git a/cspell.json b/cspell.json index 7bfdc2e..4793b09 100644 --- a/cspell.json +++ b/cspell.json @@ -64,6 +64,7 @@ "VAAPI", "wmfcdm", "XPCOM", + "xmark", "zsync" ], "flagWords": [], diff --git a/src/components/ModsList.astro b/src/components/ModsList.astro index bb617f2..0296a18 100644 --- a/src/components/ModsList.astro +++ b/src/components/ModsList.astro @@ -1,6 +1,7 @@ --- import { icon, library } from '@fortawesome/fontawesome-svg-core' import { faSort, faSortDown, faSortUp } from '@fortawesome/free-solid-svg-icons' +import Xmark from '~/icons/XmarkIcon.astro' import { type ZenTheme } from '~/mods' import { getPath, type Locale } from '~/utils/i18n' @@ -31,13 +32,24 @@ const totalPages = Math.ceil(allMods.length / defaultLimit)
-
+
+
@@ -68,7 +80,7 @@ const totalPages = Math.ceil(allMods.length / defaultLimit)
-