Skip to content

Commit 721c4e1

Browse files
committed
'Home' -> 'Docs Home'
1 parent 9f0f4cf commit 721c4e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

themes/mongodb-tutorials/src/navbar-dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class NavbarDropdown extends React.Component {
3737
<div className={ menuClass }>
3838
<Menu>
3939
<li className="menu__item">
40-
<a href={this.props.links.home}>Home</a>
40+
<a href={this.props.links.home}>Docs Home</a>
4141
</li>
4242
<li className="menu__item">
4343
<Submenu title="Documentation">

themes/mongodb-tutorials/static/js/navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22185,7 +22185,7 @@
2218522185
_react2.default.createElement(
2218622186
'a',
2218722187
{ href: this.props.links.home },
22188-
'Home'
22188+
'Docs Home'
2218922189
)
2219022190
),
2219122191
_react2.default.createElement(

themes/mongodb-tutorials/static/js/navbar.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)