Skip to content

Commit

Permalink
update Info Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nuotsu committed Jan 20, 2025
1 parent 87bdad7 commit 924bc5f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/sanity/InfoWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ const social: Array<{
url: 'https://github.com/nuotsu/sanitypress',
label: 'GitHub',
},
{
icon: FaXTwitter,
url: 'https://x.com/sanitypress',
label: 'X',
},
{
icon: FaBluesky,
url: 'https://bsky.app/profile/sanitypress.dev',
label: 'Bluesky',
},
{
icon: FaXTwitter,
url: 'https://x.com/sanitypress',
label: 'X',
},
]

const linkGroups: Array<{
Expand All @@ -97,7 +97,10 @@ const linkGroups: Array<{
title: 'Resources',
links: [
{ label: 'Documentation', url: 'https://sanitypress.dev/docs' },
{ label: 'The SanityPress Blog', url: 'https://sanitypress.dev/blog' },
{
label: 'The Styled Heart — SanityPress Blog',
url: 'https://sanitypress.dev/blog',
},
{
label: 'Sanity.io Articles',
url: 'https://www.sanity.io/exchange/community/nuotsu',
Expand Down

0 comments on commit 924bc5f

Please sign in to comment.