fix: resolve build bugs

This commit is contained in:
Reza Taghizadeh
2025-10-07 16:49:23 +03:30
parent 3bb57537d7
commit 888c3f39c2

View File

@@ -12,7 +12,7 @@ const SplashScreen = ({ children }: { children: ReactNode }) => {
}, []);
if (isLoading)
return (
<div className="bg-[#AB25C0] h-full w-[100dvw] flex flex-col items-center justify-center">
<div className="bg-[#AB25C0] h-[100dvh] w-[100dvw] flex flex-col items-center justify-center">
<img
src="/logo.png"
className="w-2/5 max-w-64 mt-auto"