From 32ef71413052a421bd218ef2350d58971b5e4f66 Mon Sep 17 00:00:00 2001 From: o1Suleyman Date: Thu, 5 Dec 2024 23:35:11 +0400 Subject: [PATCH] Fix "With Tailwind" link (#328) --- next-themes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-themes/README.md b/next-themes/README.md index ac5a58ff..2d6bc5eb 100644 --- a/next-themes/README.md +++ b/next-themes/README.md @@ -111,7 +111,7 @@ That's it, your Next.js app fully supports dark mode, including System preferenc } ``` -> **Note!** If you set the attribute of your Theme Provider to class for Tailwind next-themes will modify the `class` attribute on the `html` element. See [With Tailwind](#with-tailwind). +> **Note!** If you set the attribute of your Theme Provider to class for Tailwind next-themes will modify the `class` attribute on the `html` element. See [With TailwindCSS](#with-tailwindcss). ### useTheme