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

) : (