From f9b71ef648b68efd6b53fba12bb1d7cc88461fdb Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 30 May 2026 12:25:34 +0200 Subject: [PATCH] style(login): center server-connect layout and adjust logo position --- components/login/Login.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/login/Login.tsx b/components/login/Login.tsx index 6eef3252e..7cf5f43fc 100644 --- a/components/login/Login.tsx +++ b/components/login/Login.tsx @@ -382,16 +382,18 @@ export const Login: React.FC = () => { + + ) : ( - - + + @@ -429,8 +431,6 @@ export const Login: React.FC = () => { await handleConnect(server.address); }} /> - - { await handleConnect(s.address);