From 5e418c10e6a7b49d1c26d730fed1a557486c76b4 Mon Sep 17 00:00:00 2001 From: Shu Yang Date: Thu, 12 Dec 2024 15:14:39 -0800 Subject: [PATCH] Update part7c.md I could be wrong. But I think the index.html file is in the root directory? The public directory only has vite.svg. --- src/content/7/en/part7c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/7/en/part7c.md b/src/content/7/en/part7c.md index 2ab34863be..9479cc6e1a 100644 --- a/src/content/7/en/part7c.md +++ b/src/content/7/en/part7c.md @@ -31,7 +31,7 @@ Let's install the package with the command: npm install react-bootstrap ``` -Then let's add a [link for loading the CSS stylesheet](https://react-bootstrap.github.io/docs/getting-started/introduction#stylesheets) for Bootstrap inside of the head tag in the public/index.html file of the application: +Then let's add a [link for loading the CSS stylesheet](https://react-bootstrap.github.io/docs/getting-started/introduction#stylesheets) for Bootstrap inside of the head tag in the index.html file of the application: ```js