We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daf098 commit 3c3d9e3Copy full SHA for 3c3d9e3
src/webviews/apps/plus/home/components/branch-card.ts
@@ -802,8 +802,10 @@ export abstract class GlBranchCardBase extends GlElement {
802
describeWithAI: false,
803
source: { source: 'home', detail: 'create-pr' },
804
})}"
805
- >Create a Pull Request</gl-button
806
>
+ <code-icon icon="git-pull-request" slot="prefix"></code-icon>
807
+ <span>Create a Pull Request</span>
808
+ </gl-button>
809
${this._homeState.orgSettings.ai &&
810
this._homeState.aiEnabled &&
811
this.remote?.provider?.supportedFeatures?.createPullRequestWithDetails
0 commit comments