diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue index 77a455afff..02dd9a9fec 100644 --- a/docs/.vuepress/theme/components/Navbar.vue +++ b/docs/.vuepress/theme/components/Navbar.vue @@ -106,7 +106,7 @@ $navbar-horizontal-padding = 30px a, span, img display inline-block .home-link - vertical-align -15px + vertical-align -33px .logo height 2.5rem margin-right 0.8rem diff --git a/docs/guides/api-hooks.md b/docs/guides/api-hooks.md index 5dc9d1c747..9d0971e5b0 100644 --- a/docs/guides/api-hooks.md +++ b/docs/guides/api-hooks.md @@ -98,7 +98,7 @@ module.exports = function registerHook({ exceptions }) { | `users` | `create`, `update` and `delete` | Optional | | `webhooks` | `create`, `update` and `delete` | Optional | -† TBD +† Feature Coming Soon ## 3. Register your Hook