File tree Expand file tree Collapse file tree 2 files changed +0
-33
lines changed
documentation-site/components Expand file tree Collapse file tree 2 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,6 @@ function Footer() {
6868 < StyledLink href = "https://github.com/uber/baseweb" target = "_blank" >
6969 GitHub
7070 </ StyledLink >
71- < StyledLink href = "https://twitter.com/BaseWebReact" target = "_blank" >
72- Twitter
73- </ StyledLink >
74- < StyledLink
75- href = "https://join.slack.com/t/baseui/shared_invite/zt-5f1s4d10-1D2uywAECAG50m64PTH9cw"
76- target = "_blank"
77- >
78- Slack Chat room
79- </ StyledLink >
8071 < StyledLink
8172 href = "https://github.com/uber/baseweb/releases"
8273 target = "_blank"
Original file line number Diff line number Diff line change @@ -169,30 +169,6 @@ export default function HeaderNavigation({
169169 } ,
170170 } ) }
171171 >
172- { /* Slack */ }
173- < Button
174- $as = "a"
175- href = "https://join.slack.com/t/baseui/shared_invite/zt-5f1s4d10-1D2uywAECAG50m64PTH9cw"
176- target = "_blank"
177- rel = "noopener noreferrer"
178- size = { SIZE . compact }
179- kind = { KIND . tertiary }
180- shape = { SHAPE . square }
181- title = "Join our Slack channel"
182- overrides = { {
183- BaseButton : {
184- style : {
185- display : "none" ,
186- [ mq ( 500 ) ] : {
187- display : "flex" ,
188- } ,
189- } ,
190- } ,
191- } }
192- >
193- < SlackLogo size = { 24 } color = { theme . colors . contentPrimary } />
194- </ Button >
195-
196172 { /* GitHub */ }
197173 < Button
198174 $as = "a"
You can’t perform that action at this time.
0 commit comments