diff --git a/components/settings/unified/tabs/SiteBotSpamTab.tsx b/components/settings/unified/tabs/SiteBotSpamTab.tsx
index 3d7eda4..b92954a 100644
--- a/components/settings/unified/tabs/SiteBotSpamTab.tsx
+++ b/components/settings/unified/tabs/SiteBotSpamTab.tsx
@@ -225,11 +225,17 @@ export default function SiteBotSpamTab({ siteId, onDirtyChange, hasPendingAction
{/* Sticky save bar */}
{isDirty && (
-
-
{hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
+
+
+ {hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
+
{hasPendingAction && (
-