Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function LoginScreen() {
</p>
</div>

<div className="p-4 rounded-xl bg-gray-100 text-gray-700 mt-4">
<div className="p-4 rounded-xl text-xs text-center bg-gray-100 text-gray-500 mt-4">
You are entering Group Charter - a group charter management
platform built on the Web 3.0 Data Space (W3DS)
architecture. This system is designed around the principle
Expand Down
6 changes: 3 additions & 3 deletions platforms/pictique/src/routes/(auth)/auth/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@
{#if isMobileDevice()}
Login with your <a href={getAppStoreLink()}><b><u>eID Wallet</u></b></a>
{:else}
Scan the QR code using your <b><u>eID App</u></b> to login
Scan the QR code using your <b><u class="text-sm">eID App</u></b> to login
{/if}
</h2>
{#if qrData}
{#if isMobileDevice()}
<div class="flex flex-col items-center gap-4">
<a
href={getDeepLinkUrl(qrData)}
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"
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"
>
Login with eID Wallet
</a>
Expand Down Expand Up @@ -134,7 +134,7 @@
>
</p>

<p class="w-full rounded-md bg-white/60 p-4 text-sm leading-4 text-black/60">
<p class="w-full rounded-md bg-white/60 p-4 text-center text-xs leading-4 text-black/40">
You are entering Pictique - a social network built on the Web 3.0 Data Space (W3DS)
architecture. This system is designed around the principle of data-platform separation,
where all your personal content is stored in your own sovereign eVault, not on
Expand Down
Loading
Loading