File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,20 @@ function Login() {
112112 < GeoLogo className = "w-[1em] shrink-0" />
113113 < AppTitle />
114114 </ div >
115+ < div className = "flex flex-col items-center justify-center gap-2 mt-4" >
116+ < p className = "text-center text-muted-foreground max-w-72 leading-6 font-semibold" >
117+ Manage your private and public spaces on the decentralized web and grant access to 3rd party apps.
118+ </ p >
119+ </ div >
115120 < button
116121 type = "button"
117122 disabled = { ! privyReady || privyAuthenticated }
118123 onClick = { ( ) => {
119124 privyLogin ( ) ;
120125 } }
121- className = "c-button c-button--primary sm:c-button--large mt-8 w-full sm:mt-10"
126+ className = "c-button c-button--primary sm:c-button--large mt-4 w-full sm:mt-10"
122127 >
123- Log in
128+ Sign in
124129 </ button >
125130 </ div >
126131 </ div >
You can’t perform that action at this time.
0 commit comments