summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src')
-rw-r--r--packages/gitbook-plugin-theme-default/src/actions/types.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/actions/types.js b/packages/gitbook-plugin-theme-default/src/actions/types.js
index 7cffba1..9f8a80f 100644
--- a/packages/gitbook-plugin-theme-default/src/actions/types.js
+++ b/packages/gitbook-plugin-theme-default/src/actions/types.js
@@ -1,4 +1,4 @@
module.exports = {
- TOGGLE_SIDEBAR: 'sidebar:toggle'
+ TOGGLE_SIDEBAR: 'theme-default/sidebar/toggle'
};