diff --git a/apps/docs/content/docs/customization/dark-mode.mdx b/apps/docs/content/docs/customization/dark-mode.mdx index d0539d70bf..1feeac9806 100644 --- a/apps/docs/content/docs/customization/dark-mode.mdx +++ b/apps/docs/content/docs/customization/dark-mode.mdx @@ -118,7 +118,7 @@ export function ThemeSwitcher() { }; ``` -> **Note**: You can use any theme name you want, but make sure it exits in your +> **Note**: You can use any theme name you want, but make sure it exists in your `tailwind.config.js` file. See [Create Theme](/docs/customization/create-theme) for more details. @@ -185,7 +185,7 @@ export const ThemeSwitcher = () => { }; ``` -> **Note**: You can use any theme name you want, but make sure it exits in your +> **Note**: You can use any theme name you want, but make sure it exists in your `tailwind.config.js` file. See [Create Theme](/docs/customization/create-theme) for more details. @@ -258,4 +258,4 @@ export const ThemeSwitcher = () => { `tailwind.config.js` file. See [Create Theme](/docs/customization/create-theme) for more details. - \ No newline at end of file +