From 601c6ee1b2c69decf73b610f6477f7c0cd6c48fe Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:28:45 +0200 Subject: [PATCH] Update toast message in layout.tsx and WarningToast.tsx components --- app/layout.tsx | 4 ++-- components/WarningToast.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 73b6481..f5ea92b 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -86,8 +86,8 @@ export default function RootLayout({ diff --git a/components/WarningToast.tsx b/components/WarningToast.tsx index 65c9d55..18c7ee3 100644 --- a/components/WarningToast.tsx +++ b/components/WarningToast.tsx @@ -61,7 +61,7 @@ export function InfoToastWithButton({ const showWarningToast = useCallback(() => { toast.info(
-

+

{message}