Skip to content

Commit

Permalink
修改趋势版默认值。
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 23, 2018
1 parent d069d8e commit 5d15106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Github.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class Github extends Component {
},
],
optionLang,
suggest: ['css', 'go', 'html', 'javascript', 'objective-c', 'python', 'swift'],
suggest: ['go', 'html', 'javascript', 'python', 'swift'],
since: props.conf.githubSince,
lang: props.conf.githubLang,
};
Expand Down

0 comments on commit 5d15106

Please sign in to comment.