@@ -96,7 +100,16 @@
type="text"
placeholder="Search logos..."
bind:value={searchQuery}
+ on:input={onInput}
+ aria-label="Search logos"
/>
+ {#if searchQuery}
+
+ {/if}
{#each selectedTags as tagText}
@@ -158,8 +171,7 @@
x="11"
y="11"
width="6"
- height="6"
- fill="currentColor"
+ height="6" fill="currentColor"
/>
@@ -186,3 +198,31 @@
+
+