From eba8995989d6f038852c9424eb300b1d38c12e52 Mon Sep 17 00:00:00 2001 From: Paul Ebose Date: Sat, 25 Jan 2025 06:26:11 +0100 Subject: [PATCH 01/12] docs: use the correct org for `img.shields.io` license in README --- packages/core/react/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/react/README.md b/packages/core/react/README.md index 1699613a16..a11dfd6aa0 100644 --- a/packages/core/react/README.md +++ b/packages/core/react/README.md @@ -7,13 +7,13 @@

- License + License codecov badge npm downloads From 59c16a043adf6885a095435bec8bb321892a0893 Mon Sep 17 00:00:00 2001 From: Paul Ebose Date: Sat, 25 Jan 2025 06:50:58 +0100 Subject: [PATCH 02/12] docs: update opencollective org name --- apps/docs/utils/get-sponsors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/utils/get-sponsors.ts b/apps/docs/utils/get-sponsors.ts index 3610f75d2c..62f4f09868 100644 --- a/apps/docs/utils/get-sponsors.ts +++ b/apps/docs/utils/get-sponsors.ts @@ -10,7 +10,7 @@ export const getSponsors = async () => { // if (!__PROD__) { // return mockData; // } - const res = await fetch("https://opencollective.com/nextui/members/all.json"); + const res = await fetch("https://opencollective.com/heroui/members/all.json"); const data = (await res.json()) as Sponsor[]; // filter out repeated sponsors From 2470ad1eec6934df48067a298bc81fa463c008f6 Mon Sep 17 00:00:00 2001 From: Paul Ebose Date: Sat, 25 Jan 2025 06:51:11 +0100 Subject: [PATCH 03/12] docs: use correct org name in site footer --- apps/docs/components/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/components/footer.tsx b/apps/docs/components/footer.tsx index 0f34d4c430..a7d55eff13 100644 --- a/apps/docs/components/footer.tsx +++ b/apps/docs/components/footer.tsx @@ -20,7 +20,7 @@ export const Footer = () => {