fix: GH followers example style (#3158)

This commit is contained in:
Caleb Cartwright
2019-03-04 22:07:13 -06:00
committed by Paul Melnikow
parent 33786fa891
commit c52ea44450

View File

@@ -36,6 +36,7 @@ module.exports = class GithubFollowers extends GithubAuthService {
namedParams: { user: 'espadrine' },
staticPreview: Object.assign(this.render({ followers: 150 }), {
label: 'Follow',
style: 'social',
}),
queryParams: { label: 'Follow' },
documentation,