diff --git a/gitbutler-ui/src/routes/[projectId]/components/BranchHeader.svelte b/gitbutler-ui/src/routes/[projectId]/components/BranchHeader.svelte index 1f48e9cf7..23e3aef00 100644 --- a/gitbutler-ui/src/routes/[projectId]/components/BranchHeader.svelte +++ b/gitbutler-ui/src/routes/[projectId]/components/BranchHeader.svelte @@ -103,24 +103,24 @@ {/if} -
-
- {#if branch.selectedForChanges} - - {:else} - - {/if} -
- {#if !readonly} + {#if !readonly} +
+
+ {#if branch.selectedForChanges} + + {:else} + + {/if} +
- {/if} -
+ + {/if}