This commit is contained in:
headlesdev
2025-05-28 12:14:38 +02:00
parent 90644d8a5f
commit 480a0578a4
2 changed files with 6 additions and 6 deletions

View File

@@ -198,7 +198,7 @@ export const NotificationSettings = ({ onError, onSuccess }: NotificationSetting
<Server className="w-6 h-6 text-primary" />
</div>
<div className="flex-1">
<h3 className="text-lg font-bold">Server Monitoring</h3>
<h3 className="text-lg font-bold">Server Notifications</h3>
<p className="text-sm opacity-70">Monitor server resources and performance</p>
</div>
<span
@@ -415,7 +415,7 @@ export const NotificationSettings = ({ onError, onSuccess }: NotificationSetting
<Smartphone className="w-6 h-6 text-secondary" />
</div>
<div className="flex-1">
<h3 className="text-lg font-bold">Application Monitoring</h3>
<h3 className="text-lg font-bold">Application Notifications</h3>
<p className="text-sm opacity-70">Configure application monitoring notifications</p>
</div>
<span
@@ -441,7 +441,7 @@ export const NotificationSettings = ({ onError, onSuccess }: NotificationSetting
<div className="flex items-center gap-3">
<input
type="checkbox"
className="toggle toggle-secondary"
className="toggle toggle-primary"
checked={applicationsSettings?.enabled}
onChange={() =>
setApplicationsSettings({ ...applicationsSettings, enabled: !applicationsSettings.enabled })
@@ -464,7 +464,7 @@ export const NotificationSettings = ({ onError, onSuccess }: NotificationSetting
<div className="flex items-center gap-3 lg:flex-1">
<input
type="checkbox"
className="checkbox checkbox-secondary"
className="checkbox checkbox-primary"
checked={applicationsSettings?.statusChange}
onChange={() =>
setApplicationsSettings({