Skip to content

Commit 67b6de0

Browse files
committed
refactor: missing navigation title added
1 parent 876b284 commit 67b6de0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/generators/web/ui/components/SideBar

src/generators/web/ui/components/SideBar/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default ({ versions, pathname, currentVersion, docPages }) => (
3232
]}
3333
onSelect={redirect}
3434
as={props => <a {...props} rel="prefetch" />}
35+
title="Navigation"
3536
>
3637
<div>
3738
<Select

0 commit comments

Comments
 (0)