Skip to content

Commit

Permalink
chore: add label to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Nov 30, 2021
1 parent f9e3404 commit 445db85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MachineTranslationCallout.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ const MachineTranslationCallout = ({ englishHref }) => {
</Trans>
</div>
<CreateIssueButton
instrumentation={{ component: 'MachineTranslationCallout' }}
variant="outline"
css={css`
border-color: #8a7800;
`}
labels={['i18n']}
instrumentation={{ component: 'MachineTranslationCallout' }}
/>
</div>
</Callout>
Expand Down

0 comments on commit 445db85

Please sign in to comment.