diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 008c75c77..2304f61bc 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: [unnoq] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: [dinwwwh] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username diff --git a/README.md b/README.md index 8c95bfd21..0080d4642 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,8 @@ This is a quick overview of how to use oRPC. For more details, please refer to t ## Sponsors

- - + +

diff --git a/apps/content/.vitepress/config.ts b/apps/content/.vitepress/config.ts index 05a2fe088..c75ac0929 100644 --- a/apps/content/.vitepress/config.ts +++ b/apps/content/.vitepress/config.ts @@ -56,8 +56,8 @@ export default withMermaid(defineConfig({ socialLinks: [ { icon: 'github', link: 'https://github.com/middleapi/orpc' }, { icon: 'discord', link: 'https://discord.gg/TXEbwRBvQn' }, - { icon: 'x', link: 'https://x.com/unnoqcom' }, - { icon: 'bluesky', link: 'https://bsky.app/profile/unnoq.com' }, + { icon: 'x', link: 'https://x.com/middleapi' }, + { icon: 'bluesky', link: 'https://bsky.app/profile/middleapi.com' }, ], editLink: { pattern: 'https://github.com/middleapi/orpc/blob/main/apps/content/:path', @@ -76,7 +76,7 @@ export default withMermaid(defineConfig({ text: 'More', items: [ { text: 'Discussions', link: 'https://github.com/middleapi/orpc/discussions' }, - { text: 'Sponsor', link: 'https://github.com/sponsors/unnoq' }, + { text: 'Sponsor', link: 'https://github.com/sponsors/dinwwwh' }, { text: 'Releases', link: 'https://github.com/middleapi/orpc/releases' }, { text: 'LLM Context', link: '/llms.txt' }, { text: 'LLM Context (Full)', link: '/llms-full.txt' }, diff --git a/apps/content/.vitepress/theme/components/AsideSponsors.vue b/apps/content/.vitepress/theme/components/AsideSponsors.vue index 66350c7b0..d7e98eab7 100644 --- a/apps/content/.vitepress/theme/components/AsideSponsors.vue +++ b/apps/content/.vitepress/theme/components/AsideSponsors.vue @@ -14,14 +14,14 @@ const smallSponsors = computed(() => sponsors.value.filter(s => s.rideSidebarSiz