File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments