Skip to content

Commit

Permalink
add: discord invite to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBuchfink committed Mar 21, 2023
1 parent 0a2de81 commit 277e5ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source-code/website/src/pages/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ const Footer = (props: { isLandingPage: boolean }) => {
>
Twitter
</a>
<a
href="https://discord.gg/gdMPPWy57R"
class="font-medium text-surface-500 hover:text-primary"
>
Discord
</a>
</div>
<div class="w-full xl:w-1/4 px-10 bg-surface-100 border border-surface-200 flex flex-col gap-6 py-10">
<p class="text-lg text-surface-800 font-semibold">Let's talk</p>
Expand Down

0 comments on commit 277e5ae

Please sign in to comment.