From 8f2e588d9af8c494898d416fa3f87e03c5cf571f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigui=20Kess=C3=A9=20Emmanuel?= Date: Fri, 21 Jun 2024 16:23:14 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20rename=20`packages`=20to?= =?UTF-8?q?=20`vendor`=20from=20=20extends/components.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs/extend/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/extend/components.md b/content/docs/extend/components.md index f810dd7..270d06a 100644 --- a/content/docs/extend/components.md +++ b/content/docs/extend/components.md @@ -66,7 +66,7 @@ You can now customize the Blade component as much as you would like. We are util You may have added some additional Tailwind classes in your custom component that are not included by the default components. To do this, you can run the following command: ```bash -npx tailwindcss -c ./packages/devdojo/auth/tailwind.config.js -o ./public/auth/build/assets/styles.css +npx tailwindcss -c ./vendor/devdojo/auth/tailwind.config.js -o ./public/auth/build/assets/styles.css ``` You will now see your updated styles within your authentication pages.