Skip to content

Commit e19fc5f

Browse files
authored
Removed old links to Twitter and Slack (#5374)
1 parent 96a4d5f commit e19fc5f

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

documentation-site/components/footer.jsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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"

documentation-site/components/header-navigation.jsx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)