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 = {
4141 <a
4242 href = {switch author .social {
4343 | X (handle ) => "https://x.com/" ++ handle
44- | BlueSky (handle ) => "https://bsky.app/profile/" ++ handle
44+ | Bluesky (handle ) => "https://bsky.app/profile/" ++ handle
4545 }}
4646 className = "hover:text-gray-80"
4747 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 )
22
33type author = {
44 username : string ,
@@ -70,7 +70,7 @@ let authors = [
7070 fullname : "Josh Derocher-Vlk" ,
7171 role : "Community Member" ,
7272 imgUrl : "https://cdn.bsky.app/img/avatar/plain/did:plc:erifxn5qcos2zrxvogse5y5s/bafkreif6v7lrtz24vi5ekumkiwg7n7js55coekszduwhjegfmdopd7tqmi@webp" ,
73- social : BlueSky ("vlkpack.com" ),
73+ social : Bluesky ("vlkpack.com" ),
7474 },
7575]
7676
You can’t perform that action at this time.
0 commit comments