diff --git a/packages/frontend/src/routes/tags/[tag]/+page.svelte b/packages/frontend/src/routes/tags/[tag]/+page.svelte index 8997409..a7f341d 100644 --- a/packages/frontend/src/routes/tags/[tag]/+page.svelte +++ b/packages/frontend/src/routes/tags/[tag]/+page.svelte @@ -3,7 +3,7 @@ import { Button } from "$lib/components/ui/button"; import { Card, CardContent } from "$lib/components/ui/card"; import { Input } from "$lib/components/ui/input"; - import { Select, SelectContent, SelectItem, SelectTrigger } from "$lib/components/ui/select"; + import { FilterPills } from "$lib/components/ui/filter-pills"; import { getAssetUrl } from "$lib/api"; import Meta from "$lib/components/meta/meta.svelte"; import SexyBackground from "$lib/components/background/background.svelte"; @@ -60,41 +60,31 @@ title={$_("tags.title", { values: { tag: data.tag } })} description={$_("tags.description", { values: { tag: data.tag } })} > -