diff --git a/src/app/router/Welcome/Welcome.tsx b/src/app/router/Welcome/Welcome.tsx index 9d379b9d13..7fa064fffe 100644 --- a/src/app/router/Welcome/Welcome.tsx +++ b/src/app/router/Welcome/Welcome.tsx @@ -64,7 +64,7 @@ function Layout() { return (
{t("welcome.title")} diff --git a/src/app/screens/connectors/ConnectAlby/index.tsx b/src/app/screens/connectors/ConnectAlby/index.tsx index b0767443dd..5f6c4d29a2 100644 --- a/src/app/screens/connectors/ConnectAlby/index.tsx +++ b/src/app/screens/connectors/ConnectAlby/index.tsx @@ -80,7 +80,6 @@ export default function ConnectAlby() { disabled={loading} primary flex - className="w-64" onClick={connectAlby} /> );