Skip to content

Commit f5a7788

Browse files
committed
feat: added disclaimer to login screen.
1 parent 98b87f7 commit f5a7788

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

platforms/blabsy/src/components/login/login-main.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,14 @@ export function LoginMain(): JSX.Element {
7777
</div>
7878
</div>
7979
</div>
80-
<div className='flex max-w-xs flex-col gap-6 [&_button]:py-2'>
81-
<div className='grid gap-3 font-bold' />
80+
<div className='flex max-w-lg flex-col gap-6 [&_button]:py-2 bg-white/20 p-4 rounded-lg'>
81+
<div className='grid gap-3 font-bold text-white/80'>
82+
You are entering Blabsy - a social network built on the
83+
Web 3.0 Data Space (W3DS) architecture. This system is
84+
designed around the principle of data-platform
85+
separation, where all your personal content is stored in
86+
your own sovereign eVault, not on centralised servers.
87+
</div>
8288
</div>
8389
</div>
8490
</main>

0 commit comments

Comments
 (0)