diff --git a/app/Notifications/DemoNotification.php b/app/Notifications/DemoNotification.php index 264245458..7e5c14bcf 100644 --- a/app/Notifications/DemoNotification.php +++ b/app/Notifications/DemoNotification.php @@ -42,7 +42,6 @@ class DemoNotification extends Notification implements ShouldQueue return (new MailMessage) ->subject('Coolify demo notification') ->line('Welcome to Coolify!') - ->error() ->action('Go to dashboard', url('/')) ->line('We need your attention for disk usage.'); }