From c91433958b066b2d5ad790ddd63afad45750ff62 Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Tue, 28 Apr 2026 22:26:04 +0800 Subject: [PATCH] fix: remove SteamOS prefix doubling on osVersion display --- app/game/[id]/game-page-client.tsx | 4 ++-- app/game/[id]/preset-detail-modal.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/game/[id]/game-page-client.tsx b/app/game/[id]/game-page-client.tsx index 45136cf..a6558f3 100644 --- a/app/game/[id]/game-page-client.tsx +++ b/app/game/[id]/game-page-client.tsx @@ -711,7 +711,7 @@ export function GamePageClient({ } /> - SteamOS {preset.osVersion} + {preset.osVersion} )} diff --git a/app/game/[id]/preset-detail-modal.tsx b/app/game/[id]/preset-detail-modal.tsx index 1f5ac66..de50faf 100644 --- a/app/game/[id]/preset-detail-modal.tsx +++ b/app/game/[id]/preset-detail-modal.tsx @@ -301,7 +301,7 @@ export function PresetDetailModal({ {/* Metadata */}
- +