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.
2 parents f7778e1 + 645843e commit 3e93eafCopy full SHA for 3e93eaf
src/components/LayoutHeader/Header.js
@@ -55,7 +55,7 @@ const Header = ({location}: {location: Location}) => (
55
},
56
57
[media.greaterThan('small')]: {
58
- width: 'calc(100% / 6)',
+ width: '100px',
59
60
[media.lessThan('small')]: {
61
flex: '0 0 auto',
@@ -140,11 +140,6 @@ const Header = ({location}: {location: Location}) => (
140
title="Сообщество"
141
to="/community/support.html"
142
/>
143
- <HeaderLink
144
- isActive={location.pathname.includes('/community/')}
145
- title="Community"
146
- to="/community/support.html"
147
- />
148
</nav>
149
150
<DocSearch />
0 commit comments