Dan Abramov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
src/components/LayoutHeader/Header.js
|
@ -123,16 +123,16 @@ const Header = ({location}: {location: Location}) => ( |
|
|
title="Tutorial" |
|
|
title="Tutorial" |
|
|
to="/tutorial/tutorial.html" |
|
|
to="/tutorial/tutorial.html" |
|
|
/> |
|
|
/> |
|
|
<HeaderLink |
|
|
|
|
|
isActive={location.pathname.includes('/community/')} |
|
|
|
|
|
title="Community" |
|
|
|
|
|
to="/community/support.html" |
|
|
|
|
|
/> |
|
|
|
|
|
<HeaderLink |
|
|
<HeaderLink |
|
|
isActive={location.pathname.includes('/blog')} |
|
|
isActive={location.pathname.includes('/blog')} |
|
|
title="Blog" |
|
|
title="Blog" |
|
|
to="/blog/" |
|
|
to="/blog/" |
|
|
/> |
|
|
/> |
|
|
|
|
|
<HeaderLink |
|
|
|
|
|
isActive={location.pathname.includes('/community/')} |
|
|
|
|
|
title="Community" |
|
|
|
|
|
to="/community/support.html" |
|
|
|
|
|
/> |
|
|
</nav> |
|
|
</nav> |
|
|
|
|
|
|
|
|
<DocSearch /> |
|
|
<DocSearch /> |
|
|