feat: remove ranking de plataforma na rota ranking-jogos

This commit is contained in:
2026-05-29 20:26:07 -05:00
parent 8ed08e2869
commit b37c9d6f7b
2 changed files with 3 additions and 38 deletions

View File

@@ -59,12 +59,12 @@ const navigationItems = [
icon: 'mdi:account-circle-outline'
},
{
label: 'Rankings',
label: 'Rankings por Período',
to: '/ranking-jogos',
icon: 'mdi:trophy-outline'
},
{
label: 'Ranking Plataforma',
label: 'Ranking por Plataforma',
to: '/ranking-plataforma',
icon: 'mdi:layers-outline'
},