diff --git a/src/components/AllTags.svelte b/src/components/AllTags.svelte deleted file mode 100644 index efb6c53..0000000 --- a/src/components/AllTags.svelte +++ /dev/null @@ -1,24 +0,0 @@ - - -
-
- - - - - - -

All tags

-
- -
- {#each tags as tag} - - {/each} -
-
diff --git a/src/components/Filter.svelte b/src/components/Filter.svelte index 0c89cf8..ef817f5 100644 --- a/src/components/Filter.svelte +++ b/src/components/Filter.svelte @@ -8,7 +8,7 @@ const numExamples = getNumberOfExamples(); -
+

Click on a #tag to show UI examples @@ -18,7 +18,6 @@ 🌸 You can find {numExamples} UI examples in {tags.length} tags! - See all here

-
+
{#each tags as tag} + -