Skip to content

Commit

Permalink
refactor(v2): synchronize yarn/npm command on site (#2897)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Jun 6, 2020
1 parent 1003a15 commit 36cf2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/plugins/remark-npm2yarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const transformNode = (node) => {
{
type: 'jsx',
value:
`<Tabs defaultValue="npm" ` +
`<Tabs groupId="npm2yarn" defaultValue="npm" ` +
`values={[
{ label: 'npm', value: 'npm', },
{ label: 'Yarn', value: 'yarn', },
Expand Down

0 comments on commit 36cf2ec

Please sign in to comment.