We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eedc74 commit 88e9f04Copy full SHA for 88e9f04
src/components/LayoutHeader/Header.js
@@ -131,21 +131,13 @@ const Header = ({location}: {location: Location}) => (
131
to="/tutorial/tutorial.html"
132
/>
133
<HeaderLink
134
-<<<<<<< HEAD
135
- isActive={location.pathname.includes('/community/')}
136
- title="Comunidad"
137
- to="/community/support.html"
138
- />
139
- <HeaderLink
140
-=======
141
->>>>>>> bab2a3491a18e7074799272d60c8a159473bb7f5
142
isActive={location.pathname.includes('/blog')}
143
title="Blog"
144
to="/blog/"
145
146
147
isActive={location.pathname.includes('/community/')}
148
- title="Community"
+ title="Comunidad"
149
to="/community/support.html"
150
151
</nav>
0 commit comments