We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d156beb commit ef81426Copy full SHA for ef81426
src/components/LayoutHeader/Header.js
@@ -123,16 +123,16 @@ const Header = ({location}: {location: Location}) => (
123
title="Tutorial"
124
to="/tutorial/tutorial.html"
125
/>
126
- <HeaderLink
127
- isActive={location.pathname.includes('/community/')}
128
- title="Community"
129
- to="/community/support.html"
130
- />
131
<HeaderLink
132
isActive={location.pathname.includes('/blog')}
133
title="Blog"
134
to="/blog/"
135
+ <HeaderLink
+ isActive={location.pathname.includes('/community/')}
+ title="Community"
+ to="/community/support.html"
+ />
136
</nav>
137
138
<DocSearch />
0 commit comments