Skip to content

Commit c69bd70

Browse files
committed
Use compass loading sign
1 parent 078d149 commit c69bd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/pages/signup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function SignupPage() {
5858
return (
5959
<Col className="items-center">
6060
{user === undefined ? (
61-
<div/>
61+
<CompassLoadingIndicator/>
6262
) : user === null ? (
6363
<Col className={'items-center justify-around gap-4 pt-[20vh]'}>
6464
<SiteLogo/>

0 commit comments

Comments
 (0)