From eb495b7b9973703e4ded71ee663a243dfaf3ed8e Mon Sep 17 00:00:00 2001 From: 190km Date: Mon, 23 Dec 2024 03:15:11 +0100 Subject: [PATCH] style: fixed white style --- .../dashboard/settings/notifications/show-notifications.tsx | 4 ++-- .../dashboard/settings/notifications/update-notification.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx index 10ea7304..2b5d02e0 100644 --- a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx +++ b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx @@ -44,7 +44,7 @@ export const ShowNotifications = () => { {data?.map((notification, index) => (
{notification.notificationType === "slack" && ( @@ -68,7 +68,7 @@ export const ShowNotifications = () => {
)}
- + {notification.name} diff --git a/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx b/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx index cfa2e0ba..5c594dc4 100644 --- a/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx +++ b/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx @@ -220,7 +220,7 @@ export const UpdateNotification = ({ notificationId }: Props) => {