diff --git a/templates/components/filter_bar.gohtml b/templates/components/filter_bar.gohtml
index d14b485..8e1a014 100644
--- a/templates/components/filter_bar.gohtml
+++ b/templates/components/filter_bar.gohtml
@@ -33,7 +33,7 @@
type="text"
value="{{.Query}}"
placeholder="Search anime..."
- class="!rounded-none w-full bg-background-button px-3 py-2 text-sm text-foreground placeholder-foreground-muted outline-none transition-colors hover:bg-background-button-hover focus:ring-1 focus:ring-accent"
+ class="rounded-none! w-full bg-background-button px-3 py-2 text-sm text-foreground placeholder-foreground-muted outline-none transition-colors hover:bg-background-button-hover focus:ring-1 focus:ring-accent"
/>
@@ -48,14 +48,14 @@
-
-