Skip to content

Commit

Permalink
feat: add discord link on hero and footer (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Nov 22, 2024
1 parent 27272da commit fadf252
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/components/HomepageHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ export function HomepageHero(
<a class="underline text-sm relative z-10" href="#why-jsr">
Why JSR?
</a>
<span class="w-px h-[1em] bg-jsr-cyan-200"></span>
<a
class="underline text-sm relative z-10"
href="https://discord.gg/hMqvhAn9xG"
>
Discord
</a>
</div>
</div>
<div class="w-full md:w-3/4 relative z-20">
Expand Down
7 changes: 7 additions & 0 deletions frontend/routes/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ export default function Layout(
class="text-jsr-cyan-700 hover:text-blue-400 underline"
>
<span>GitHub</span>
</a>{" "}
-{" "}
<a
href="https://discord.gg/hMqvhAn9xG"
class="text-jsr-cyan-700 hover:text-blue-400 underline"
>
<span>Discord</span>
</a>
{state.span?.isSampled ? ` — x-deno-ray: ${state.span.traceId}` : null}
</footer>
Expand Down

0 comments on commit fadf252

Please sign in to comment.