diff --git a/ReplayBrowser/Pages/Profile.razor b/ReplayBrowser/Pages/Profile.razor index 15b497e..3d32586 100644 --- a/ReplayBrowser/Pages/Profile.razor +++ b/ReplayBrowser/Pages/Profile.razor @@ -48,7 +48,7 @@ else
Calculated by adding up the total time for each round played by the player.
Total rounds played: @_playerData.TotalRoundsPlayed
Total antag rounds played: @_playerData.TotalAntagRoundsPlayed
-Last seen: @_playerData.LastSeen.Humanize()
+Last seen: @_playerData.LastSeen.Date (@_playerData.LastSeen.Humanize())