Skip to content

Commit 9817c0e

Browse files
924430: Updating links in the UG for the UI Kit topic for the React platform
1 parent af0d215 commit 9817c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ej2-react/ui-kit/build-your-first-react-app-with-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you choose **Tailwind** theme, follow these steps to configure it.
3636

3737
![Tailwind Installation](images/tailwind-installation.PNG)
3838

39-
2. In the **tailwind.config.js** file, add the following code to `content`, `darkMode`, and `theme` configurations. When creating the **Next.js** app, if the option **"Would you like your code inside a `src/` directory?"** was set to **Yes**, all the app-related files will be placed inside the **src** folder. Therefore, the `content` configuration should reflect this. If this option was not selected, the `content` configuration will need to be adjusted accordingly. To learn more about this, refer to this [link](https://tailwindcss.com/docs/guides/nextjs).
39+
2. In the **tailwind.config.js** file, add the following code to `content`, `darkMode`, and `theme` configurations. When creating the **Next.js** app, if the option **"Would you like your code inside a `src/` directory?"** was set to **Yes**, all the app-related files will be placed inside the **src** folder. Therefore, the `content` configuration should reflect this. If this option was not selected, the `content` configuration will need to be adjusted accordingly.
4040

4141
```js
4242
module.exports = {

0 commit comments

Comments
 (0)