refactor(v2): synchronize yarn/npm command on site (#2897)

This commit is contained in:
Alexey Pyltsyn 2020-06-06 11:49:49 +03:00 committed by GitHub
parent 1003a15d1f
commit 36cf2eca87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', },