From 3f8add73ac8b4e6693ece7af1fe05924341b63ff Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 24 Feb 2025 21:37:29 +0100 Subject: [PATCH] adjust toast messages --- interface/src/App.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/interface/src/App.tsx b/interface/src/App.tsx index ae2023e73..7b4115c2c 100644 --- a/interface/src/App.tsx +++ b/interface/src/App.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from 'react'; -import { Slide, ToastContainer } from 'react-toastify'; +import { ToastContainer, Zoom } from 'react-toastify'; import AppRouting from 'AppRouting'; import CustomTheme from 'CustomTheme'; @@ -43,17 +43,20 @@ const App = () => {