fix: remove SteamOS prefix doubling on osVersion display

This commit is contained in:
2026-04-28 22:26:04 +08:00
parent 748a9fa8c8
commit c91433958b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -711,7 +711,7 @@ export function GamePageClient({
}
/>
<FilterSelect
label='SteamOS Version'
label='OS Version'
value={filters.os}
options={[
"all",
@@ -892,7 +892,7 @@ export function GamePageClient({
)}
{preset.osVersion && (
<span>
SteamOS {preset.osVersion}
{preset.osVersion}
</span>
)}
</div>