feat: add Copa do Mundo 2026 app with groups table and news
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user