diff --git a/src/components/root-component.tsx b/src/components/root-component.tsx index a0f30e82..d6e4d82e 100644 --- a/src/components/root-component.tsx +++ b/src/components/root-component.tsx @@ -28,10 +28,11 @@ const TanStackRouterDevtoolsPanel = import.meta.env.DEV export const RootComponent = () => { useEffect(() => { - toast.success( - 'Welcome to Valhalla! Global Routing Service - funded by FOSSGIS e.V.', - { position: 'bottom-center', duration: 5000, closeButton: true } - ); + toast.success('This is a test toast for preview 2', { + position: 'bottom-center', + duration: 5000, + closeButton: true, + }); }, []); return (