diff --git a/admin/inertia/providers/NotificationProvider.tsx b/admin/inertia/providers/NotificationProvider.tsx index a8314ea..f8afdb2 100644 --- a/admin/inertia/providers/NotificationProvider.tsx +++ b/admin/inertia/providers/NotificationProvider.tsx @@ -59,12 +59,12 @@ const NotificationsProvider = ({ children }: { children: React.ReactNode }) => { className={`mb-4 p-4 rounded shadow-md border border-slate-300 bg-white max-w-96`} onClick={() => removeNotification(notification.id)} > -
{notification.message}
+{notification.message}