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(
35
35
</ div >
36
36
< footer
37
37
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"
39
39
>
40
40
JSR - It is{ " " }
41
41
< time datetime = { currentDatetime . toISOString ( ) } >
@@ -64,6 +64,27 @@ export default function Layout(
64
64
class = "text-jsr-cyan-700 hover:text-blue-400 underline"
65
65
>
66
66
< 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 >
67
88
</ a >
68
89
{ state . span ?. isSampled ? ` — x-deno-ray: ${ state . span . traceId } ` : null }
69
90
</ footer >
You can’t perform that action at this time.
0 commit comments