Skip to content

Commit ef516f7

Browse files
committed
Adds the pull request icon to the primary "Create PR" button
(#4332, #4347)
1 parent c3073d5 commit ef516f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/webviews/apps/plus/home/components/branch-card.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,10 @@ export abstract class GlBranchCardBase extends GlElement {
801801
describeWithAI: false,
802802
source: { source: 'home', detail: 'create-pr' },
803803
})}"
804-
>Create a Pull Request</gl-button
805804
>
805+
<code-icon icon="git-pull-request" slot="prefix"></code-icon>
806+
<span>Create a Pull Request</span>
807+
</gl-button>
806808
${this._homeState.orgSettings.ai &&
807809
this._homeState.aiEnabled &&
808810
this.remote?.provider?.supportedFeatures?.createPullRequestWithDetails

0 commit comments

Comments
 (0)