Skip to content

Commit

Permalink
Fix discord links (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
reczkok authored Sep 9, 2024
1 parent 3dd697a commit ff3f17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/typegpu-docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import SwmLogoSvg from '../assets/swm-logo.svg';

<div class="flex items-center gap-4">
<a
href="https://https://discord.gg/8jpfgDqPcM"
href="https://discord.gg/8jpfgDqPcM"
target="_blank"
rel="noreferrer">
<img
Expand Down Expand Up @@ -201,7 +201,7 @@ import SwmLogoSvg from '../assets/swm-logo.svg';
<FooterLink
label="Share feedback with us"
callToAction="Join our Discord server"
href="https://https://discord.gg/8jpfgDqPcM"
href="https://discord.gg/8jpfgDqPcM"
/>
</div>
</div>
Expand Down

0 comments on commit ff3f17c

Please sign in to comment.