Skip to content

Commit 01f3ec0

Browse files
committed
feat(StackTabNew): Simplify branch creation button text
1 parent 2daa50b commit 01f3ec0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/desktop/src/components/v3/stackTabs/StackTabNew.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,7 @@
204204
disabled={!createRefName}
205205
loading={isAddingNew}
206206
>
207-
{#if createRefType === 'stack'}
208-
Add new stack
209-
{:else}
210-
Add dependent branch
211-
{/if}
207+
Create branch
212208
</Button>
213209
</div>
214210
</div>

0 commit comments

Comments
 (0)