Skip to content

Commit

Permalink
Cleanup ErrorCode.razor and add page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Aug 23, 2024
1 parent 149db6d commit 92f2e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReplayBrowser/Pages/Shared/Layout/ErrorCode.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@page "/error/{code:int}"

@inject NavigationManager NavigationManager
<PageTitle>Error</PageTitle>

<div class="error-container">
@{
Expand Down

0 comments on commit 92f2e99

Please sign in to comment.