chore: linting error

This commit is contained in:
Dries Augustyns
2025-12-09 11:24:13 +01:00
parent d0191be31d
commit 129a496206
+2 -4
View File
@@ -284,11 +284,9 @@ export default function CreateCampaignPage() {
<div className="bg-blue-50 border border-blue-200 rounded-lg p-4 flex items-start gap-3"> <div className="bg-blue-50 border border-blue-200 rounded-lg p-4 flex items-start gap-3">
<Users className="h-5 w-5 text-blue-600 mt-0.5" /> <Users className="h-5 w-5 text-blue-600 mt-0.5" />
<div> <div>
<p className="text-sm font-medium text-blue-900"> <p className="text-sm font-medium text-blue-900">All subscribed contacts</p>
All subscribed contacts
</p>
<p className="text-xs text-blue-700 mt-1"> <p className="text-xs text-blue-700 mt-1">
This campaign will be sent to all contacts who haven't unsubscribed This campaign will be sent to all contacts who haven&#39;t unsubscribed
</p> </p>
</div> </div>
</div> </div>