diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte index 8c1f7baf1..3cdb4c3e8 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte @@ -176,16 +176,39 @@ onDestroy(() => { href="https://marketplace.w3ds.metastate.foundation/" target="_blank" rel="noopener noreferrer" - class="rounded-3xl w-full bg-black-700 text-white p-4 mt-8 flex items-center justify-center gap-3 cursor-pointer" + class="rounded-3xl z-0 w-full border border-gray-300 h-48 text-black p-3 mt-8 flex flex-col justify-end cursor-pointer relative overflow-hidden transition-shadow" > - Discover w3ds logo Post Platforms + +
+ + Discover Post Platforms + Explore + W3DS Logo + Marketplace + + + - diff --git a/infrastructure/eid-wallet/static/images/W3DSLogoBlack.svg b/infrastructure/eid-wallet/static/images/W3DSLogoBlack.svg new file mode 100644 index 000000000..fe2a2af58 --- /dev/null +++ b/infrastructure/eid-wallet/static/images/W3DSLogoBlack.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/infrastructure/eid-wallet/static/marketplace.png b/infrastructure/eid-wallet/static/marketplace.png new file mode 100644 index 000000000..f7898e731 Binary files /dev/null and b/infrastructure/eid-wallet/static/marketplace.png differ