feat: add Copa do Mundo 2026 app with groups table and news

This commit is contained in:
Carlos
2026-06-29 09:36:17 +02:00
parent d8fb36e6c3
commit bf97162f4b
3 changed files with 298 additions and 3 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ const CATEGORIES = [
{ id: 'games', name: 'Games', icon: '🎮' },
{ id: 'ferramentas', name: 'Ferramentas', icon: '🛠️' },
{ id: 'educacao', name: 'Educação', icon: '📚' },
{ id: 'entretenimento', name: 'Entretenimento', icon: '🎬' }
{ id: 'entretenimento', name: 'Entretenimento', icon: '🎬' },
{ id: 'esportes', name: 'Esportes', icon: '⚽' }
]
export default function CategoryMenu({ selectedCategory, onSelect }) {