Skip to content

Commit cfe0082

Browse files
docs(common): clarify projects for local themes usage
1 parent c2a4dd8 commit cfe0082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Instead of a CDN link, you can fetch the stylesheet into your project. To do thi
7474
]
7575
}
7676

77-
1. In the server application, go to the `wwwroot/index.html` file and replace the CDN link with the following. For a server-side Blazor project, do that in the `~/Pages/Index.cshtml` file.
77+
1. In the client Blazor application, go to the `wwwroot/index.html` file and replace the CDN link with the following one. For a server-side Blazor project, do that in the `~/Pages/Index.cshtml` file.
7878

7979
**Index file with local stylesheet**
8080

0 commit comments

Comments
 (0)