Skip to content

Commit

Permalink
chore: remove Slack links
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Nov 27, 2023
1 parent 32f6368 commit 3f4aed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions client/app/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,6 @@ const FOOTER = (
<div>
<Heading>Community</Heading>
<ul>
<li>
<FooterLink href="https://slack.lwjgl.org/" rel="noopener external">
Slack {external}
</FooterLink>
</li>
<li>
<FooterLink href="https://discord.gg/6CywMCs" rel="noopener external">
Discord {external}
Expand Down
6 changes: 3 additions & 3 deletions client/routes/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ const HomeRoute: React.FC = () => (
forum
</Anchor>{' '}
is a great place to seek a solution. Up for a chat? Join our{' '}
<a href="https://slack.lwjgl.org/" rel="noopener external">
Slack team
</a>
<Anchor href="https://discord.gg/6CywMCs" rel="noopener external">
Discord server
</Anchor>
</p>
</Feature>

Expand Down

0 comments on commit 3f4aed8

Please sign in to comment.