We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd8c065 + 88209ec commit a2276d1Copy full SHA for a2276d1
1 file changed
src/components/blog/BlogContent.tsx
@@ -119,7 +119,7 @@ export function BlogContent({ posts }: BlogContentProps) {
119
<circle cx="11" cy="11" r="8" />
120
<path d="m21 21-4.35-4.35" />
121
</svg>
122
- {searchQuery.trim() && (
+ {searchQuery && (
123
<button
124
onClick={() => setSearchQuery('')}
125
className="absolute right-4 top-1/2 transform -translate-y-1/2 text-white/50 hover:text-white transition-colors"
0 commit comments