From 6ad254d4c0d943e76870366e6aa02e2318c0b0c7 Mon Sep 17 00:00:00 2001 From: Mustafa Turhan Date: Fri, 9 Jan 2026 14:36:46 +0300 Subject: [PATCH] test new pipelines --- src/components/root-component.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 (