Skip to content

Commit 3e93eaf

Browse files
authored
Merge pull request #231 from musewick/master
Fixing header, search bar no more overlaps link
2 parents f7778e1 + 645843e commit 3e93eaf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/LayoutHeader/Header.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const Header = ({location}: {location: Location}) => (
5555
},
5656

5757
[media.greaterThan('small')]: {
58-
width: 'calc(100% / 6)',
58+
width: '100px',
5959
},
6060
[media.lessThan('small')]: {
6161
flex: '0 0 auto',
@@ -140,11 +140,6 @@ const Header = ({location}: {location: Location}) => (
140140
title="Сообщество"
141141
to="/community/support.html"
142142
/>
143-
<HeaderLink
144-
isActive={location.pathname.includes('/community/')}
145-
title="Community"
146-
to="/community/support.html"
147-
/>
148143
</nav>
149144

150145
<DocSearch />

0 commit comments

Comments
 (0)