diff --git a/src/features/authentication/components/SplashScreen.tsx b/src/features/authentication/components/SplashScreen.tsx index 8ba659bb..20ac60d9 100644 --- a/src/features/authentication/components/SplashScreen.tsx +++ b/src/features/authentication/components/SplashScreen.tsx @@ -18,6 +18,7 @@ export const SplashScreen = () => { return ( { }, }} /> - {import.meta.env.DEV && ( - - - - )} + + + ); };