diff --git a/frontend/src/routes/domain/+page.svelte b/frontend/src/routes/domain/+page.svelte
index eef5135..916b9ff 100644
--- a/frontend/src/routes/domain/+page.svelte
+++ b/frontend/src/routes/domain/+page.svelte
@@ -688,16 +688,14 @@
-
-
-
- {#if domain.type === 'proxy'}
-
- {:else}
- 📄
- {/if}
-
-
+
+
+ {#if domain.type === 'proxy'}
+
+ {:else}
+ 📄
+ {/if}
+
{domain.type === 'proxy' ? domain.proxyTargetDomain : ''}
{#if contextCompanyID}