From 55e4e69da6059023716e08bbb40c87cf829c9588 Mon Sep 17 00:00:00 2001 From: Aditya-Joshi Date: Fri, 26 Jul 2024 12:32:28 +0530 Subject: [PATCH] fix: The tailwind example link on setup page redirects to correct file --- apps/docs/guides/tailwind/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/guides/tailwind/setup.mdx b/apps/docs/guides/tailwind/setup.mdx index 60e5afac..75f41cb4 100644 --- a/apps/docs/guides/tailwind/setup.mdx +++ b/apps/docs/guides/tailwind/setup.mdx @@ -18,7 +18,7 @@ description: "Follow this guide to set up Novel with Tailwindcss" This example will use the same stucture from here: [Anatomy](/quickstart#anatomy)\ -You can find the full example here: [Tailwind Example](https://github.com/steven-tey/novel/blob/main/apps/web/components/tailwind/editor.tsx) +You can find the full example here: [Tailwind Example](https://github.com/steven-tey/novel/blob/main/apps/web/components/tailwind/advanced-editor.tsx) ## Configure Wrapper