From d02b74621a326b56beb357dbc6f32a6b68f25ff2 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Mon, 1 Apr 2024 20:25:54 +1100 Subject: [PATCH] Update recently played games display --- slices/main/templates/recently_played_games/index.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slices/main/templates/recently_played_games/index.html.slim b/slices/main/templates/recently_played_games/index.html.slim index 4334a1a..3f3e834 100644 --- a/slices/main/templates/recently_played_games/index.html.slim +++ b/slices/main/templates/recently_played_games/index.html.slim @@ -5,4 +5,4 @@ table = game[:name] td - = "(#{game[:playtime_forever]}hrs)" \ No newline at end of file + = "(#{game[:playtime_forever]}hrs total)" \ No newline at end of file