We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b546e commit 16aa37cCopy full SHA for 16aa37c
src/app/page.tsx
@@ -487,7 +487,7 @@ function SearchInterface() {
487
<div className="flex items-center gap-1 md:gap-2">
488
{result.filtered && (
489
<FaBan
490
- className="w-4 h-4 text-gray-400 cursor-help"
+ className="w-4 h-4 text-gray-400 cursor-help flex-shrink-0"
491
data-tooltip-id="spam-badge-tooltip"
492
data-tooltip-content="This signature has been flagged as potential spam"
493
/>
0 commit comments