Skip to content

Commit

Permalink
Open the front page in the same browser instead of a blank tab.
Browse files Browse the repository at this point in the history
Fix #14319
  • Loading branch information
MikeAlhayek committed Oct 5, 2023
1 parent 7e1bd5c commit 6dd75cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrchardCore.Themes/TheAdmin/Views/Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</li>
}
<li class="nav-item">
<a href="@Url.Content("~/")" class="nav-link" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom" title="@T["Visit Site"]" role="button">
<a href="@Url.Content("~/")" class="nav-link" data-bs-toggle="tooltip" data-bs-placement="bottom" title="@T["Visit Site"]" role="button">
<i class="fa-solid fa-fw fa-external-link" aria-hidden="true"></i>
</a>
</li>
Expand Down

0 comments on commit 6dd75cc

Please sign in to comment.