Use compass loading sign

This commit is contained in:
MartinBraquet
2025-10-16 14:08:34 +02:00
parent 078d149175
commit c69bd7018e

View File

@@ -58,7 +58,7 @@ export default function SignupPage() {
return (
<Col className="items-center">
{user === undefined ? (
<div/>
<CompassLoadingIndicator/>
) : user === null ? (
<Col className={'items-center justify-around gap-4 pt-[20vh]'}>
<SiteLogo/>