We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1915972 + d0127dc commit 2beb5d5Copy full SHA for 2beb5d5
2 files changed
app/src/ui/tutorial/tutorial-panel.tsx
@@ -272,6 +272,7 @@ export class TutorialPanel extends React.Component<
272
<div className="action">
273
<Button onClick={this.openPullRequest}>
274
{__DARWIN__ ? 'Open Pull Request' : 'Open pull request'}
275
+ <Octicon symbol={OcticonSymbol.linkExternal} />
276
</Button>
277
{__DARWIN__ ? (
278
<>
app/styles/ui/onboarding-tutorial/_right-panel.scss
@@ -93,7 +93,15 @@
93
align-items: center;
94
95
.button-component {
96
+ display: flex;
97
+ align-items: center;
98
margin-right: var(--spacing);
99
+ .octicon {
100
+ margin-left: var(--spacing);
101
+ color: var(--text-secondary-color);
102
+ height: 14px;
103
+ width: 14px;
104
+ }
105
}
106
107
kbd {
0 commit comments