Skip to content

Commit 1984de9

Browse files
feat(ui): add social link (#940)
<img width="1429" alt="Capture d’écran 2025-02-07 à 16 22 22" src="https://github.com/user-attachments/assets/41dd89ed-4c31-4cd0-81c8-b75b09224c4c" /> <img width="572" alt="Capture d’écran 2025-02-07 à 16 28 06" src="https://github.com/user-attachments/assets/c1aca739-14d1-4a60-b28d-a6db1c1891f7" /> In future text link of social network can be replaced by icons
1 parent aedc70d commit 1984de9

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

frontend/routes/_layout.tsx

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function Layout(
3535
</div>
3636
<footer
3737
id="footer"
38-
class="text-xs text-center mt-4 md:mt-6 p-4 text-jsr-gray-500"
38+
class="text-xs text-center mt-4 md:mt-6 md:p-4 p-2 text-jsr-gray-500"
3939
>
4040
JSR - It is{" "}
4141
<time datetime={currentDatetime.toISOString()}>
@@ -64,6 +64,27 @@ export default function Layout(
6464
class="text-jsr-cyan-700 hover:text-blue-400 underline"
6565
>
6666
<span>Discord</span>
67+
</a>{" "}
68+
-{" "}
69+
<a
70+
href="https://bsky.app/profile/jsr.io"
71+
class="text-jsr-cyan-700 hover:text-blue-400 underline"
72+
>
73+
<span>Bluesky</span>
74+
</a>{" "}
75+
-{" "}
76+
<a
77+
href="https://x.com/jsr_io"
78+
class="text-jsr-cyan-700 hover:text-blue-400 underline"
79+
>
80+
<span>X (ex Twitter)</span>
81+
</a>{" "}
82+
-{" "}
83+
<a
84+
href="https://www.youtube.com/@jsr-io"
85+
class="text-jsr-cyan-700 hover:text-blue-400 underline"
86+
>
87+
<span>YouTube</span>
6788
</a>
6889
{state.span?.isSampled ? ` — x-deno-ray: ${state.span.traceId}` : null}
6990
</footer>

0 commit comments

Comments
 (0)