mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-16 04:27:45 -04:00
Use compass loading sign
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user