diff --git a/src/app/components/BunkerConnect.svelte b/src/app/components/BunkerConnect.svelte
new file mode 100644
index 00000000..def39b50
--- /dev/null
+++ b/src/app/components/BunkerConnect.svelte
@@ -0,0 +1,78 @@
+
+
+
+
+{#if controller.url}
+
+
+
+{/if}
diff --git a/src/app/components/BunkerUrl.svelte b/src/app/components/BunkerUrl.svelte
new file mode 100644
index 00000000..2d5fd0ca
--- /dev/null
+++ b/src/app/components/BunkerUrl.svelte
@@ -0,0 +1,32 @@
+
+
+
+ {#snippet label()}
+ Bunker Link*
+ {/snippet}
+ {#snippet input()}
+
+ {/snippet}
+ {#snippet info()}
+
+ A login link provided by a nostr signing app.
+
+
+ {/snippet}
+
diff --git a/src/app/components/LogInBunker.svelte b/src/app/components/LogInBunker.svelte
index 365f9b80..5c152cc7 100644
--- a/src/app/components/LogInBunker.svelte
+++ b/src/app/components/LogInBunker.svelte
@@ -1,112 +1,34 @@
@@ -132,35 +92,18 @@
Connect your signer by scanning the QR code below or pasting a bunker link.
{/snippet}
- {#if !loading && url}
-
-
-
- {/if}
-
- {#snippet label()}
- Bunker Link*
- {/snippet}
- {#snippet input()}
-
- {/snippet}
- {#snippet info()}
-
- A login link provided by a nostr signing app.
-
-
- {/snippet}
-
+
+
-