Skip to content

Commit ae21fea

Browse files
EdCharbeneaumarin-bratanov
authored andcommitted
Removed id from css
This `id` was for demo purposes only.
1 parent 8c1c96f commit ae21fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting-started/client-blazor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For client-side Blazor, we recommend the usage of `Blazor (ASP.NET Hosted)` proj
5050

5151
**HTML**
5252

53-
<link id="kendoCss" rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" />
53+
<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" />
5454

5555

5656
1. @[template](/_contentTemplates/common/js-interop-file.md#add-js-interop-file-to-getting-started-client)
@@ -96,4 +96,4 @@ The final step is to actually use a component on a view and run it in the browse
9696
## See Also
9797

9898
* [Get Started with Server-side Blazor]({%slug getting-started/server-side%})
99-
* [Telerik Private NuGet Feed]({%slug installation/nuget%})
99+
* [Telerik Private NuGet Feed]({%slug installation/nuget%})

0 commit comments

Comments
 (0)