diff --git a/components/Nav/MobileNavbar.js b/components/Nav/MobileNavbar.js index 3bd01c100..fc72474b0 100644 --- a/components/Nav/MobileNavbar.js +++ b/components/Nav/MobileNavbar.js @@ -89,7 +89,11 @@ const MobileNavbar = props => { return ( {showSideNav !== false && ( - + {isSideFolded ? : } )} @@ -98,11 +102,15 @@ const MobileNavbar = props => {
- + - + diff --git a/components/Nav/Navbar.js b/components/Nav/Navbar.js index 4052027aa..30d1455ad 100644 --- a/components/Nav/Navbar.js +++ b/components/Nav/Navbar.js @@ -136,7 +136,7 @@ class ModalContainer extends PureComponent { return ( <> - @@ -172,7 +172,7 @@ class Navbar extends PureComponent { - + diff --git a/components/Nav/Search.js b/components/Nav/Search.js index 25d5cccfa..85498dabf 100644 --- a/components/Nav/Search.js +++ b/components/Nav/Search.js @@ -164,7 +164,7 @@ const Search = ({ isDocs, className }) => { return ( - diff --git a/components/Nav/Social.js b/components/Nav/Social.js index d0e8eaff7..e79f80c27 100644 --- a/components/Nav/Social.js +++ b/components/Nav/Social.js @@ -75,16 +75,16 @@ const Spectrum = () => ( const Social = props => ( - + {/* */} - + - + diff --git a/components/Slider/Navigation.js b/components/Slider/Navigation.js index 524949de3..34cbf2d97 100644 --- a/components/Slider/Navigation.js +++ b/components/Slider/Navigation.js @@ -102,7 +102,7 @@ const Navigation = ({ prev, next }) => { return ( - + { - + ( {description &&

{description}

}
- + Go to website {repo && ( - + Go to repository