File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module AuthorBox = {
41
41
<a
42
42
href = {switch author .social {
43
43
| X (handle ) => "https://x.com/" ++ handle
44
- | BlueSky (handle ) => "https://bsky.app/profile/" ++ handle
44
+ | Bluesky (handle ) => "https://bsky.app/profile/" ++ handle
45
45
}}
46
46
className = "hover:text-gray-80"
47
47
rel = "noopener noreferrer" >
Original file line number Diff line number Diff line change 1
- type social = X (string ) | BlueSky (string )
1
+ type social = X (string ) | Bluesky (string )
2
2
3
3
type author = {
4
4
username : string ,
@@ -70,7 +70,7 @@ let authors = [
70
70
fullname : "Josh Derocher-Vlk" ,
71
71
role : "Community Member" ,
72
72
imgUrl : "https://cdn.bsky.app/img/avatar/plain/did:plc:erifxn5qcos2zrxvogse5y5s/bafkreif6v7lrtz24vi5ekumkiwg7n7js55coekszduwhjegfmdopd7tqmi@webp" ,
73
- social : BlueSky ("vlkpack.com" ),
73
+ social : Bluesky ("vlkpack.com" ),
74
74
},
75
75
]
76
76
You can’t perform that action at this time.
0 commit comments