From b50091c28f3c071728ba8add2b7d77c85fccdc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=C3=B3rio=20Granado=20Magalh=C3=A3es?= Date: Wed, 2 Mar 2022 12:48:15 -0300 Subject: [PATCH] Fix sizes --- js/ui/src/App.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/ui/src/App.svelte b/js/ui/src/App.svelte index 595c55a..10a241f 100644 --- a/js/ui/src/App.svelte +++ b/js/ui/src/App.svelte @@ -111,7 +111,7 @@ class="bg-no-repeat bg-cover bg-center bg-swe-landing font-satoshi bg-gray flex-grow w-full h-screen items-center flex justify-center flex-wrap flex-col" style="background-image: url('img/swe-landing.svg');" > -
+
{#if client_metadata.logo_uri}
Ethereum logo @@ -126,7 +126,7 @@ - +
By using this service you agree to the Terms of Use and Privacy Policy. - +
{#if client_metadata.client_uri} Request linked to {client_metadata.client_uri}