diff --git a/Havit.Blazor.Components.Web.Bootstrap.Documentation.Server/Pages/_Layout.cshtml b/Havit.Blazor.Components.Web.Bootstrap.Documentation.Server/Pages/_Layout.cshtml index fdd33985..0746eb17 100644 --- a/Havit.Blazor.Components.Web.Bootstrap.Documentation.Server/Pages/_Layout.cshtml +++ b/Havit.Blazor.Components.Web.Bootstrap.Documentation.Server/Pages/_Layout.cshtml @@ -50,7 +50,7 @@ - + @* Prism: Syntax Highlighting *@ diff --git a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/GettingStarted_CSS.CodeSnippet.html b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/GettingStarted_CSS.CodeSnippet.html index ca01d390..a93f65bd 100644 --- a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/GettingStarted_CSS.CodeSnippet.html +++ b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/GettingStarted_CSS.CodeSnippet.html @@ -1,5 +1,5 @@  - + diff --git a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/GettingStarted_JavaScript.CodeSnippet.html b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/GettingStarted_JavaScript.CodeSnippet.html index de83810f..ac856f65 100644 --- a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/GettingStarted_JavaScript.CodeSnippet.html +++ b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/GettingStarted_JavaScript.CodeSnippet.html @@ -1,2 +1,2 @@ - - \ No newline at end of file + + \ No newline at end of file diff --git a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Migrations/MigratingToV3.razor b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Migrations/MigratingToV3.razor index 4e12eedd..fb3e5c24 100644 --- a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Migrations/MigratingToV3.razor +++ b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Migrations/MigratingToV3.razor @@ -10,7 +10,7 @@

If you are using Bootstrap CSS from CDN, update the following line in your HTML head section, it's either index.html or _Host.cshtml/_Layout.cshtml depending on whether you're running WebAssembly or Server:

-<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous"> +<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-DOXMLfHhQkvFFp+rWTZwVlPVqdIhpDVYT9csOnHSgWQWPX0v5MCGtjCJbY6ERspU" crossorigin="anonymous">

If you are referencing our Bootstrap CSS build _content/Havit.Blazor.Components.Web.Bootstrap/bootstrap.css, it is updated automatically. If you are referencing your custom Bootstrap build/theme, upgrade it to Boostrap 5.2. diff --git a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Shared/Sidebar.razor b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Shared/Sidebar.razor index 17ad62bd..f91f2cdd 100644 --- a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Shared/Sidebar.razor +++ b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Shared/Sidebar.razor @@ -193,7 +193,7 @@ @if (selectedTheme?.Name == "Bootstrap 5") { - + } else if (selectedTheme is not null) {