Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit f54fa55

Browse files
committed
redirect fix
1 parent 370e9ed commit f54fa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Services/RPSLS.Web/Shared/ConsoleLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="header-layout-item">
99
<div class="home-link">
1010
<div class="home-link-info">
11-
<a href="/index">HOME</a>
11+
<a href="/">HOME</a>
1212
</div>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)