File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ const social: Array<{
7777 url : 'https://github.com/nuotsu/sanitypress' ,
7878 label : 'GitHub' ,
7979 } ,
80- {
81- icon : FaXTwitter ,
82- url : 'https://x.com/sanitypress' ,
83- label : 'X' ,
84- } ,
8580 {
8681 icon : FaBluesky ,
8782 url : 'https://bsky.app/profile/sanitypress.dev' ,
8883 label : 'Bluesky' ,
8984 } ,
85+ {
86+ icon : FaXTwitter ,
87+ url : 'https://x.com/sanitypress' ,
88+ label : 'X' ,
89+ } ,
9090]
9191
9292const linkGroups : Array < {
@@ -97,7 +97,10 @@ const linkGroups: Array<{
9797 title : 'Resources' ,
9898 links : [
9999 { label : 'Documentation' , url : 'https://sanitypress.dev/docs' } ,
100- { label : 'The SanityPress Blog' , url : 'https://sanitypress.dev/blog' } ,
100+ {
101+ label : 'The Styled Heart — SanityPress Blog' ,
102+ url : 'https://sanitypress.dev/blog' ,
103+ } ,
101104 {
102105 label : 'Sanity.io Articles' ,
103106 url : 'https://www.sanity.io/exchange/community/nuotsu' ,
You can’t perform that action at this time.
0 commit comments