Skip to content

Commit 924bc5f

Browse files
committed
update Info Widget
1 parent 87bdad7 commit 924bc5f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/sanity/InfoWidget.tsx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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

9292
const 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',

0 commit comments

Comments
 (0)