Skip to content

Commit 88e9f04

Browse files
authored
Update Header.js
1 parent 8eedc74 commit 88e9f04

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/components/LayoutHeader/Header.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,13 @@ const Header = ({location}: {location: Location}) => (
131131
to="/tutorial/tutorial.html"
132132
/>
133133
<HeaderLink
134-
<<<<<<< HEAD
135-
isActive={location.pathname.includes('/community/')}
136-
title="Comunidad"
137-
to="/community/support.html"
138-
/>
139-
<HeaderLink
140-
=======
141-
>>>>>>> bab2a3491a18e7074799272d60c8a159473bb7f5
142134
isActive={location.pathname.includes('/blog')}
143135
title="Blog"
144136
to="/blog/"
145137
/>
146138
<HeaderLink
147139
isActive={location.pathname.includes('/community/')}
148-
title="Community"
140+
title="Comunidad"
149141
to="/community/support.html"
150142
/>
151143
</nav>

0 commit comments

Comments
 (0)