diff options
Diffstat (limited to 'src/app/loading.jsx')
| -rw-r--r-- | src/app/loading.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/loading.jsx b/src/app/loading.jsx index 2f12723..2fd3711 100644 --- a/src/app/loading.jsx +++ b/src/app/loading.jsx @@ -2,7 +2,7 @@ import { CircularProgress } from "@nextui-org/react"; const LoadingScreen = async () => { return ( - <div className="w-screen h-screen flex gap-4 items-center justify-center"> + <div className="flex h-[90dvh] w-screen items-center justify-center gap-4"> <CircularProgress color="success" aria-label="Loading..." |