diff --git a/src/routes/(console)/project-[project]/sites/create-site/aside.svelte b/src/routes/(console)/project-[project]/sites/create-site/aside.svelte
index 7d310c96b..e1b266114 100644
--- a/src/routes/(console)/project-[project]/sites/create-site/aside.svelte
+++ b/src/routes/(console)/project-[project]/sites/create-site/aside.svelte
@@ -1,6 +1,6 @@
-
+
- {#if framework?.name}
- {@const frameworkIcon = getFrameworkIcon(framework.key)}
-
- Framework
-
- {#if frameworkIcon}
-
- {/if}
-
- {framework.name}
-
-
-
- {/if}
{#if repositoryName && showAfter}
Git repository
-
-
+
+
{repositoryName}
@@ -46,14 +32,18 @@
{#if branch && showAfter}
Branch
-
-
+
+
{branch}
{/if}
+
{#if rootDir && showAfter}
Root directory
@@ -62,9 +52,25 @@
{/if}
+ {#if framework?.name}
+ {@const frameworkIcon = getFrameworkIcon(framework.key)}
+
+ Framework
+
+ {#if frameworkIcon}
+
+ {/if}
+
+ {framework.name}
+
+
+
+ {/if}
+
{#if domain && showAfter}
Domain
+
-
+