Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions documentation-site/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ function Footer() {
<StyledLink href="https://github.com/uber/baseweb" target="_blank">
GitHub
</StyledLink>
<StyledLink href="https://twitter.com/BaseWebReact" target="_blank">
Twitter
</StyledLink>
<StyledLink
href="https://join.slack.com/t/baseui/shared_invite/zt-5f1s4d10-1D2uywAECAG50m64PTH9cw"
target="_blank"
>
Slack Chat room
</StyledLink>
<StyledLink
href="https://github.com/uber/baseweb/releases"
target="_blank"
Expand Down
24 changes: 0 additions & 24 deletions documentation-site/components/header-navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,30 +169,6 @@ export default function HeaderNavigation({
},
})}
>
{/* Slack */}
<Button
$as="a"
href="https://join.slack.com/t/baseui/shared_invite/zt-5f1s4d10-1D2uywAECAG50m64PTH9cw"
target="_blank"
rel="noopener noreferrer"
size={SIZE.compact}
kind={KIND.tertiary}
shape={SHAPE.square}
title="Join our Slack channel"
overrides={{
BaseButton: {
style: {
display: "none",
[mq(500)]: {
display: "flex",
},
},
},
}}
>
<SlackLogo size={24} color={theme.colors.contentPrimary} />
</Button>

{/* GitHub */}
<Button
$as="a"
Expand Down