Skip to content

Commit 2beb5d5

Browse files
committed
Merge branch 'development' into release/2.2.0
2 parents 1915972 + d0127dc commit 2beb5d5

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

app/src/ui/tutorial/tutorial-panel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ export class TutorialPanel extends React.Component<
272272
<div className="action">
273273
<Button onClick={this.openPullRequest}>
274274
{__DARWIN__ ? 'Open Pull Request' : 'Open pull request'}
275+
<Octicon symbol={OcticonSymbol.linkExternal} />
275276
</Button>
276277
{__DARWIN__ ? (
277278
<>

app/styles/ui/onboarding-tutorial/_right-panel.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,15 @@
9393
align-items: center;
9494

9595
.button-component {
96+
display: flex;
97+
align-items: center;
9698
margin-right: var(--spacing);
99+
.octicon {
100+
margin-left: var(--spacing);
101+
color: var(--text-secondary-color);
102+
height: 14px;
103+
width: 14px;
104+
}
97105
}
98106

99107
kbd {

0 commit comments

Comments
 (0)