We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e11414 commit bbee2aaCopy full SHA for bbee2aa
src/BootstrapBlazor.Server/Components/Layout/TutorialsNavMenu.razor.cs
@@ -4,9 +4,7 @@
4
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
5
6
using BootstrapBlazor.Server.Components.Pages;
7
-
8
using Microsoft.AspNetCore.Components.Web;
9
10
using System.Text;
11
12
namespace BootstrapBlazor.Server.Components.Layout;
@@ -225,8 +223,8 @@ .. _layoutFileList
225
223
226
224
private readonly string[] _template5 =
227
[
228
- "Tutorials/LoginAndRegister/TransitionalLogin.razor",
229
- "Tutorials/LoginAndRegister/TransitionalLogin.razor.css",
+ "Tutorials/LoginAndRegister/Template5.razor",
+ "Tutorials/LoginAndRegister/Template5.razor.css",
230
.. _layoutFileList
231
];
232
0 commit comments