summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/src/index.js
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-10-09 00:58:30 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-10-09 00:58:30 +0200
commit5a57a2c62ad67210143bfe5dd96dd1605b3724f6 (patch)
tree94cef22779ea438a44eaf3fa3b201456652d7005 /packages/gitbook-plugin-theme-default/src/index.js
parent4cfffb26f265ce1af71e1f34dc0a9468ad0caaf1 (diff)
parent2d429b731b7ebbf6480f62efa379dad48ee7bdee (diff)
downloadgitbook-5a57a2c62ad67210143bfe5dd96dd1605b3724f6.zip
gitbook-5a57a2c62ad67210143bfe5dd96dd1605b3724f6.tar.gz
gitbook-5a57a2c62ad67210143bfe5dd96dd1605b3724f6.tar.bz2
Merge remote-tracking branch 'origin/dream' into dream
# Conflicts: # packages/gitbook-plugin-headings/package.json
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/index.js')
-rw-r--r--packages/gitbook-plugin-theme-default/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/index.js b/packages/gitbook-plugin-theme-default/src/index.js
index c391908..ad96175 100644
--- a/packages/gitbook-plugin-theme-default/src/index.js
+++ b/packages/gitbook-plugin-theme-default/src/index.js
@@ -7,7 +7,7 @@ const locales = require('./i18n');
module.exports = GitBook.createPlugin({
activate: (dispatch, state, { Components, I18n }) => {
- dispatch(Components.registerComponent(Theme, { role: 'Body' }));
+ dispatch(Components.registerComponent(Theme, { role: 'website:body' }));
dispatch(I18n.registerLocales(locales));
},
reduce: reduceState