fix: resolve build bugs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user