File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
platforms/pictique/src/routes/(auth)/auth Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
{#if isMobileDevice ()}
82
82
Login with your <a href ={getAppStoreLink ()}><b ><u >eID Wallet</u ></b ></a >
83
83
{:else }
84
- Scan the QR code using your <b ><u >eID App</u ></b > to login
84
+ Scan the QR code using your <b ><u class = " text-sm " >eID App</u ></b > to login
85
85
{/if }
86
86
</h2 >
87
87
{#if qrData }
88
88
{#if isMobileDevice ()}
89
89
<div class =" flex flex-col items-center gap-4" >
90
90
<a
91
91
href ={getDeepLinkUrl (qrData )}
92
- class =" rounded-xl bg-gradient-to-r from-[#4D44EF] via-[#F35B5B] to-[#F7A428] px-8 py-4 text-lg font-semibold text-white transition-opacity hover:opacity-90"
92
+ class =" rounded-xl bg-gradient-to-r from-[#4D44EF] via-[#F35B5B] to-[#F7A428] px-8 py-4 text-base font-semibold text-white transition-opacity hover:opacity-90"
93
93
>
94
94
Login with eID Wallet
95
95
</a >
134
134
>
135
135
</p >
136
136
137
- <p class =" w-full rounded-md bg-white/60 p-4 text-sm leading-4 text-black/60 " >
137
+ <p class =" w-full rounded-md bg-white/60 p-4 text-center text-xs leading-4 text-black/40 " >
138
138
You are entering Pictique - a social network built on the Web 3.0 Data Space (W3DS)
139
139
architecture. This system is designed around the principle of data-platform separation,
140
140
where all your personal content is stored in your own sovereign eVault, not on
You can’t perform that action at this time.
0 commit comments