diff --git a/src/lib/components/mods/ModGrid.svelte b/src/lib/components/mods/ModGrid.svelte index 400740ea8..b075fb953 100644 --- a/src/lib/components/mods/ModGrid.svelte +++ b/src/lib/components/mods/ModGrid.svelte @@ -153,7 +153,7 @@ {#if tagsOpen} -
+
{#if $allTags.error}

Oh no... {$allTags.error.message}

{:else if !$allTags.fetching} diff --git a/src/lib/components/utils/TagDisplay.svelte b/src/lib/components/utils/TagDisplay.svelte index 1edf81584..373d0e7a5 100644 --- a/src/lib/components/utils/TagDisplay.svelte +++ b/src/lib/components/utils/TagDisplay.svelte @@ -6,7 +6,7 @@ $: popupHover = { event: popupTriggerEvent, - target: `popupHoverFor${tag.name}`, + target: `popupHoverFor${tag.id}`, placement: 'bottom-start' } satisfies PopupSettings; @@ -14,12 +14,13 @@
+ title={popupTriggerEvent === 'click' ? 'Click for tag information' : ''}> #{tag.name}
+ -
-

{tag.description}.

+
+

{tag.description}