Skip to content

Commit

Permalink
add title to stats page
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Jun 15, 2024
1 parent 45975ae commit 0d662e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ReplayBrowser/Pages/Stats.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
@using System.Globalization
@using ReplayBrowser.Data
@using ReplayBrowser.Services
@using Microsoft.AspNetCore.Components.Web
@inject AnalyticsService AnalyticsService

<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>

<PageTitle>Stats</PageTitle>

<h3>Stats</h3>
@if (_errorMessage != null)
{
Expand Down

0 comments on commit 0d662e3

Please sign in to comment.