Skip to content

Commit 0f1496e

Browse files
authored
Update BranchFormatter.vue
fixed default branch
1 parent e06e13d commit 0f1496e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BranchFormatter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<script setup lang="ts">
5353
import { ref, onMounted } from 'vue';
5454
55-
const input = ref('123456 Story: Replace this with your work item');
55+
const input = ref('Story 123456: Replace this with your work item');
5656
const formattedName = ref('');
5757
const isCopied = ref(false);
5858

0 commit comments

Comments
 (0)