Skip to content

Commit 6fc00da

Browse files
committed
add info to sign in
1 parent 02e2f94 commit 6fc00da

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

apps/connect/src/routes/login.lazy.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)