Skip to content

Commit d058e0f

Browse files
danroth27mkArtakMSFT
authored andcommitted
Fix inconsistent casing of LoginDisplay component (#10966)
1 parent aeeb16c commit d058e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/Shared/MainLayout.Auth.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div class="main">
88
<div class="top-row px-4">
9-
<LogInDisplay />
9+
<LoginDisplay />
1010
<a href="https://docs.microsoft.com/en-us/aspnet/" target="_blank">About</a>
1111
</div>
1212

0 commit comments

Comments
 (0)