Skip to content

Commit feb0dd8

Browse files
committed
refactor: Update game cards UI and remove status badges
- Remove status badges from game card thumbnails - Keep only feature badges on game cards - Update feature badge text for NFT Creation Studio - Clean up promotional banner styling and layout
1 parent 1a4ab1b commit feb0dd8

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

app/mini-games/[gameId]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export default function GamePage() {
277277
>
278278
<path strokeLinecap='round' strokeLinejoin='round' strokeWidth={2} d='M15 19l-7-7 7-7' />
279279
</svg>
280-
<span className='font-bold text-xs md:text-sm hidden sm:inline'>Back to Games Explorer</span>
280+
<span className='font-bold text-xs md:text-sm hidden sm:inline'>Back to Nexus Playground</span>
281281
<span className='font-bold text-xs sm:hidden'>Back</span>
282282
</button>
283283

utils/constants/games/constants.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ export const PROMOTIONAL_BANNERS: PromotionalBanner[] = [
9090
// Enhanced game categories
9191
export const GAME_CATEGORIES: GameCategory[] = [
9292
{ id: 'all', name: '🎮 All Games', count: 8 },
93-
{ id: 'available', name: '✅ Available', count: 3 },
9493
{ id: 'beta', name: '🧪 Beta', count: 2 },
95-
{ id: 'development', name: '🚧 In Development', count: 2 },
94+
{ id: 'development', name: '🚧 In Development', count: 1 },
9695
{ id: 'coming-soon', name: '⏳ Coming Soon', count: 1 },
9796
];
9897

@@ -148,7 +147,7 @@ export const MINI_GAMES: MiniGame[] = [
148147
'Enter the competitive world of DeFi trading! Learn liquidity pools, yield farming, and automated market making while competing for top rankings.',
149148
shortDescription: 'Compete in DeFi trading challenges',
150149
icon: '📈',
151-
status: 'development',
150+
status: 'coming-soon',
152151
category: 'defi',
153152
difficulty: 'Advanced',
154153
estimatedTime: '6-8 hours',

0 commit comments

Comments
 (0)