File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
platforms/blabsy/src/components/login Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments