Skip to content

Commit ef81426

Browse files
authored
Put Blog in top bar before Community (#1741)
1 parent d156beb commit ef81426

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/LayoutHeader/Header.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,16 @@ const Header = ({location}: {location: Location}) => (
123123
title="Tutorial"
124124
to="/tutorial/tutorial.html"
125125
/>
126-
<HeaderLink
127-
isActive={location.pathname.includes('/community/')}
128-
title="Community"
129-
to="/community/support.html"
130-
/>
131126
<HeaderLink
132127
isActive={location.pathname.includes('/blog')}
133128
title="Blog"
134129
to="/blog/"
135130
/>
131+
<HeaderLink
132+
isActive={location.pathname.includes('/community/')}
133+
title="Community"
134+
to="/community/support.html"
135+
/>
136136
</nav>
137137

138138
<DocSearch />

0 commit comments

Comments
 (0)