diff --git a/frontend/src/components/icon.svelte b/frontend/src/components/icon.svelte
index 656f07e..2308d8e 100644
--- a/frontend/src/components/icon.svelte
+++ b/frontend/src/components/icon.svelte
@@ -22,4 +22,6 @@
{:else if name === 'clipboard'}
+{:else if name === 'edit'}
+
{/if}
diff --git a/frontend/src/organisms/addressbar/hostmodal.svelte b/frontend/src/organisms/addressbar/hostmodal.svelte
new file mode 100644
index 0000000..8f5d45e
--- /dev/null
+++ b/frontend/src/organisms/addressbar/hostmodal.svelte
@@ -0,0 +1,80 @@
+
+
+
+ {#each Object.entries(hosts) as [hostKey, host]}
+
+ {/if}
+