diff --git a/src/components/DocsCalloutBytes.tsx b/src/components/DocsCalloutBytes.tsx index 2fdeaa4a9..5fd6945bd 100644 --- a/src/components/DocsCalloutBytes.tsx +++ b/src/components/DocsCalloutBytes.tsx @@ -8,8 +8,8 @@ export function DocsCalloutBytes(props: React.HTMLProps) { Subscribe to Bytes

- Your weekly dose of JavaScript news. Delivered every Monday to over - 100,000 devs, for free. + Your weekly dose of JavaScript news. Delivered every Tuesday and + Friday to over 200,000 devs, for free.

diff --git a/src/components/DocsLayout.tsx b/src/components/DocsLayout.tsx index 6eadd3e1f..6b2b028d9 100644 --- a/src/components/DocsLayout.tsx +++ b/src/components/DocsLayout.tsx @@ -789,7 +789,7 @@ export function DocsLayout({ {activePartners - .filter((d) => d.id !== 'ui-dev') + .filter((d) => d.id !== 'fireship') .map((partner) => { // flexBasis as percentage based on score, flexGrow to fill remaining row space const widthPercent = Math.round(partner.score * 100) diff --git a/src/components/LogoQueryGG.tsx b/src/components/LogoQueryGG.tsx index 207f4e681..bfc3c6070 100644 --- a/src/components/LogoQueryGG.tsx +++ b/src/components/LogoQueryGG.tsx @@ -213,7 +213,7 @@ export function LogoQueryGG(props: React.HTMLProps) { diff --git a/src/components/LogoQueryGGSmall.tsx b/src/components/LogoQueryGGSmall.tsx index 0ff66c196..56d00f537 100644 --- a/src/components/LogoQueryGGSmall.tsx +++ b/src/components/LogoQueryGGSmall.tsx @@ -220,7 +220,7 @@ export function LogoQueryGGSmall(props: React.HTMLProps) { diff --git a/src/images/bytes-fireship.png b/src/images/bytes-fireship.png new file mode 100644 index 000000000..96e1f3b29 Binary files /dev/null and b/src/images/bytes-fireship.png differ diff --git a/src/images/bytes-uidotdev.png b/src/images/bytes-uidotdev.png deleted file mode 100644 index 171332d15..000000000 Binary files a/src/images/bytes-uidotdev.png and /dev/null differ diff --git a/src/routes/learn.tsx b/src/routes/learn.tsx index 0855295d1..e2e116f4c 100644 --- a/src/routes/learn.tsx +++ b/src/routes/learn.tsx @@ -78,7 +78,7 @@ function LearnPage() {
Created by{' '} Dominik Dorfmeister and{' '} - ui.dev + Fireship
diff --git a/src/utils/gh-sponsor-meta.json b/src/utils/gh-sponsor-meta.json index 753a969d6..aa98dc874 100644 --- a/src/utils/gh-sponsor-meta.json +++ b/src/utils/gh-sponsor-meta.json @@ -250,9 +250,9 @@ "linkUrl": "https://tripwire.com/?utm_source=tanstack" }, { - "login": "uidotdev", - "name": "ui.dev", - "linkUrl": "https://ui.dev/react-query?from=tanstack" + "login": "fireship-io", + "name": "Fireship", + "linkUrl": "https://fireship.dev/react-query?from=tanstack" }, { "login": "perscharbel", diff --git a/src/utils/partners.tsx b/src/utils/partners.tsx index 4d0a1b304..91362b7b1 100644 --- a/src/utils/partners.tsx +++ b/src/utils/partners.tsx @@ -1,7 +1,7 @@ import agGridDarkSvg from '~/images/ag-grid-dark.svg' import agGridLightSvg from '~/images/ag-grid-light.svg' import nozzleImage from '~/images/nozzle.png' -import bytesUidotdevImage from '~/images/bytes-uidotdev.png' +import bytesFireshipImage from '~/images/bytes-fireship.png' import vercelLightSvg from '~/images/vercel-light.svg' import vercelDarkSvg from '~/images/vercel-dark.svg' import netlifyLightSvg from '~/images/netlify-light.svg' @@ -443,19 +443,19 @@ const sentry = (() => { } })() -const uiDev = (() => { +const fireship = (() => { const href = 'https://bytes.dev?utm_source-tanstack&utm_campaign=tanstack' return { - name: 'UI.dev', - id: 'ui-dev', + name: 'Fireship', + id: 'fireship', libraries: [], status: 'active' as const, score: 0.014, href, tagline: 'Dev Education', image: { - src: bytesUidotdevImage, + src: bytesFireshipImage, }, llmDescription: 'Educational platform and Bytes.dev newsletter. Official learning resources and news partner for the TanStack ecosystem.', @@ -472,14 +472,14 @@ const uiDev = (() => { className="text-blue-500 underline cursor-pointer p-0 m-0 bg-transparent border-none inline" onClick={() => window.open( - 'https://ui.dev/?utm_source=tanstack&utm_campaign=tanstack', + 'https://fireship.dev/?utm_source=tanstack&utm_campaign=tanstack', '_blank', 'noopener,noreferrer', ) } tabIndex={0} > - ui.dev + Fireship {' '} to provide best-in-class education about TanStack products. It doesn't stop at TanStack though, with their sister @@ -842,7 +842,7 @@ export const partners: Partner[] = [ prisma, strapi, unkey, - uiDev, + fireship, nozzle, vercel, speakeasy,