From 993cfe1c029f5f27665b071245936f14f86620be Mon Sep 17 00:00:00 2001 From: Priyanshubhartistm Date: Sat, 11 Apr 2026 00:28:24 +0530 Subject: [PATCH] Move Open in Signer button to Bunker login actions --- src/app/components/BunkerConnect.svelte | 12 ------------ src/app/components/LogInBunker.svelte | 10 ++++++++++ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/src/app/components/BunkerConnect.svelte b/src/app/components/BunkerConnect.svelte index 2e53c34a..8755c61a 100644 --- a/src/app/components/BunkerConnect.svelte +++ b/src/app/components/BunkerConnect.svelte @@ -1,6 +1,4 @@ {#if $url} @@ -27,11 +20,6 @@

Scan with your signer to log in, or click to copy.

- {#if isIos} -
- -
- {/if}
{/if} {/if} diff --git a/src/app/components/LogInBunker.svelte b/src/app/components/LogInBunker.svelte index d72d4807..c5fc17de 100644 --- a/src/app/components/LogInBunker.svelte +++ b/src/app/components/LogInBunker.svelte @@ -1,4 +1,5 @@