Skip to content
Open
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
8 changes: 4 additions & 4 deletions src/components/landing/get-involved.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
</p>
<p>
We're welcoming new developers every week. The main community hub is
<a href="https://discord.gg/nvfjVJ4Svh">our Discord server</a>.
<a href="https://discord.gg/nvfjVJ4Svh" target="_blank">our Discord server</a>.
</p>
<p>
All the code is hosted on
<a href="https://github.com/LadybirdBrowser/ladybird">GitHub</a>. Clone
<a href="https://github.com/LadybirdBrowser/ladybird" target="_blank">GitHub</a>. Clone
it, build it, and join our Discord if you want to collaborate on it!
We're looking forward to seeing you there.
</p>
<div class="space-y-2">
<a href="https://discord.gg/nvfjVJ4Svh" class="btn">Join Discord</a>
<a href="https://github.com/LadybirdBrowser/ladybird" class="btn"
<a href="https://discord.gg/nvfjVJ4Svh" class="btn" target="_blank">Join Discord</a>
<a href="https://github.com/LadybirdBrowser/ladybird" class="btn" target="_blank"
>Get the code</a
>
</div>
Expand Down