From 9d796229d0340e6e6e2b19d6fa4f4b25c1984b0d Mon Sep 17 00:00:00 2001 From: Samyar <75088294+samyarkd@users.noreply.github.com> Date: Sun, 26 Oct 2025 07:21:07 +0000 Subject: [PATCH 1/2] fix: lint error for tailwind gradient to linear --- cli/template/extras/src/app/page/with-auth-trpc-tw.tsx | 2 +- cli/template/extras/src/app/page/with-trpc-tw.tsx | 2 +- cli/template/extras/src/app/page/with-tw.tsx | 2 +- cli/template/extras/src/pages/index/with-auth-trpc-tw.tsx | 2 +- cli/template/extras/src/pages/index/with-trpc-tw.tsx | 2 +- cli/template/extras/src/pages/index/with-tw.tsx | 2 +- www/src/components/landingPage/cli.tsx | 2 +- www/src/layouts/landingPage.astro | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cli/template/extras/src/app/page/with-auth-trpc-tw.tsx b/cli/template/extras/src/app/page/with-auth-trpc-tw.tsx index 37cc32ff48..f4a2495563 100644 --- a/cli/template/extras/src/app/page/with-auth-trpc-tw.tsx +++ b/cli/template/extras/src/app/page/with-auth-trpc-tw.tsx @@ -14,7 +14,7 @@ export default async function Home() { return ( -
+

Create T3 App diff --git a/cli/template/extras/src/app/page/with-trpc-tw.tsx b/cli/template/extras/src/app/page/with-trpc-tw.tsx index d7121d83d6..d6c1b7a0cb 100644 --- a/cli/template/extras/src/app/page/with-trpc-tw.tsx +++ b/cli/template/extras/src/app/page/with-trpc-tw.tsx @@ -10,7 +10,7 @@ export default async function Home() { return ( -
+

Create T3 App diff --git a/cli/template/extras/src/app/page/with-tw.tsx b/cli/template/extras/src/app/page/with-tw.tsx index 773fef1b32..3e62ceedd2 100644 --- a/cli/template/extras/src/app/page/with-tw.tsx +++ b/cli/template/extras/src/app/page/with-tw.tsx @@ -2,7 +2,7 @@ import Link from "next/link"; export default function HomePage() { return ( -
+

Create T3 App diff --git a/cli/template/extras/src/pages/index/with-auth-trpc-tw.tsx b/cli/template/extras/src/pages/index/with-auth-trpc-tw.tsx index b410fef1dd..668c350d4d 100644 --- a/cli/template/extras/src/pages/index/with-auth-trpc-tw.tsx +++ b/cli/template/extras/src/pages/index/with-auth-trpc-tw.tsx @@ -14,7 +14,7 @@ export default function Home() { -
+

Create T3 App diff --git a/cli/template/extras/src/pages/index/with-trpc-tw.tsx b/cli/template/extras/src/pages/index/with-trpc-tw.tsx index 5982ebe5e2..ff355c3aa0 100644 --- a/cli/template/extras/src/pages/index/with-trpc-tw.tsx +++ b/cli/template/extras/src/pages/index/with-trpc-tw.tsx @@ -13,7 +13,7 @@ export default function Home() { -
+

Create T3 App diff --git a/cli/template/extras/src/pages/index/with-tw.tsx b/cli/template/extras/src/pages/index/with-tw.tsx index e51dd7ef54..a5d480c30d 100644 --- a/cli/template/extras/src/pages/index/with-tw.tsx +++ b/cli/template/extras/src/pages/index/with-tw.tsx @@ -9,7 +9,7 @@ export default function Home() { -
+

Create T3 App diff --git a/www/src/components/landingPage/cli.tsx b/www/src/components/landingPage/cli.tsx index 2e484079d3..d9989ef98e 100644 --- a/www/src/components/landingPage/cli.tsx +++ b/www/src/components/landingPage/cli.tsx @@ -18,7 +18,7 @@ export default function CodeCard() { diff --git a/www/src/layouts/landingPage.astro b/www/src/layouts/landingPage.astro index 28ab3dedc3..0c1345ee16 100644 --- a/www/src/layouts/landingPage.astro +++ b/www/src/layouts/landingPage.astro @@ -43,7 +43,7 @@ const { isNotFound } = Astro.props;
Date: Sun, 26 Oct 2025 07:31:13 +0000 Subject: [PATCH 2/2] chore: change set and format the changes --- .changeset/tidy-queens-dream.md | 5 +++++ www/src/components/landingPage/cli.tsx | 2 +- www/src/layouts/landingPage.astro | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/tidy-queens-dream.md diff --git a/.changeset/tidy-queens-dream.md b/.changeset/tidy-queens-dream.md new file mode 100644 index 0000000000..81bacf4713 --- /dev/null +++ b/.changeset/tidy-queens-dream.md @@ -0,0 +1,5 @@ +--- +"create-t3-app": patch +--- + +Fix Tailwind lint error (replace gradient with linear) diff --git a/www/src/components/landingPage/cli.tsx b/www/src/components/landingPage/cli.tsx index d9989ef98e..d8c31627da 100644 --- a/www/src/components/landingPage/cli.tsx +++ b/www/src/components/landingPage/cli.tsx @@ -18,7 +18,7 @@ export default function CodeCard() { diff --git a/www/src/layouts/landingPage.astro b/www/src/layouts/landingPage.astro index 0c1345ee16..96d850b91e 100644 --- a/www/src/layouts/landingPage.astro +++ b/www/src/layouts/landingPage.astro @@ -43,7 +43,7 @@ const { isNotFound } = Astro.props;