From 3e50b0f6bb1aedd85088f160aaa059c109aaf221 Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Sun, 10 May 2026 15:21:51 +0800 Subject: [PATCH] refactor: rename Community Presets to Performance Entries in game page UI (Task 3) --- app/game/[id]/game-page-client.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/game/[id]/game-page-client.tsx b/app/game/[id]/game-page-client.tsx index 5230ffd..3f46be8 100644 --- a/app/game/[id]/game-page-client.tsx +++ b/app/game/[id]/game-page-client.tsx @@ -407,7 +407,7 @@ function HeroInfo({ - {/* Section 4a: Pinned Presets */} + {/* Section 4a: Pinned Entries */} {pinnedPresets.length > 0 && (

- 📌 Pinned Presets + 📌 Pinned Entries

{pinnedPresets.length} pinned @@ -1416,7 +1416,7 @@ export function GamePageClient({ )} - {/* Section 4b: Community Presets */} + {/* Section 4b: Performance Entries */}

- Community Presets + Performance Entries

- {regularPresets.length} preset - {regularPresets.length !== 1 ? "s" : ""} + {regularPresets.length} entr + {regularPresets.length !== 1 ? "ies" : "y"}
@@ -1438,7 +1438,7 @@ export function GamePageClient({

- No presets match the selected filters + No entries match the selected filters

) : (