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 c3073d5 commit ef516f7Copy full SHA for ef516f7
src/webviews/apps/plus/home/components/branch-card.ts
@@ -801,8 +801,10 @@ export abstract class GlBranchCardBase extends GlElement {
801
describeWithAI: false,
802
source: { source: 'home', detail: 'create-pr' },
803
})}"
804
- >Create a Pull Request</gl-button
805
>
+ <code-icon icon="git-pull-request" slot="prefix"></code-icon>
806
+ <span>Create a Pull Request</span>
807
+ </gl-button>
808
${this._homeState.orgSettings.ai &&
809
this._homeState.aiEnabled &&
810
this.remote?.provider?.supportedFeatures?.createPullRequestWithDetails
0 commit comments