From fae66e82be945ff320f57ad97887ecc31772055e Mon Sep 17 00:00:00 2001 From: kayumuzzaman Date: Mon, 27 Jan 2025 17:36:24 +0000 Subject: [PATCH] fix(example): remove conflict css property from with-tailwind example --- examples/with-tailwind/apps/docs/app/page.tsx | 2 +- examples/with-tailwind/apps/web/app/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-tailwind/apps/docs/app/page.tsx b/examples/with-tailwind/apps/docs/app/page.tsx index b74f37174be90..7257dcec4222b 100644 --- a/examples/with-tailwind/apps/docs/app/page.tsx +++ b/examples/with-tailwind/apps/docs/app/page.tsx @@ -47,7 +47,7 @@ export default function Page() { return (
-

+

examples/with-tailwind -  docs

diff --git a/examples/with-tailwind/apps/web/app/page.tsx b/examples/with-tailwind/apps/web/app/page.tsx index 797f87c309691..00316ec212c9b 100644 --- a/examples/with-tailwind/apps/web/app/page.tsx +++ b/examples/with-tailwind/apps/web/app/page.tsx @@ -47,7 +47,7 @@ export default function Page() { return (
-

+

examples/with-tailwind -  web