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' icon: 'mdi:account-circle-outline'
}, },
{ {
label: 'Rankings', label: 'Rankings por Período',
to: '/ranking-jogos', to: '/ranking-jogos',
icon: 'mdi:trophy-outline' icon: 'mdi:trophy-outline'
}, },
{ {
label: 'Ranking Plataforma', label: 'Ranking por Plataforma',
to: '/ranking-plataforma', to: '/ranking-plataforma',
icon: 'mdi:layers-outline' icon: 'mdi:layers-outline'
}, },

View File

@@ -17,7 +17,7 @@
Ranking de jogos Ranking de jogos
</h1> </h1>
<p class="m-0 max-w-[560px] text-base font-normal leading-6 tracking-[0.16px] text-[#4e4e4e]"> <p class="m-0 max-w-[560px] text-base font-normal leading-6 tracking-[0.16px] text-[#4e4e4e]">
Acompanhe os jogos por período, plataforma e volume de jogadores ativos. Acompanhe os jogos por período e volume de jogadores ativos.
</p> </p>
</div> </div>
</header> </header>
@@ -181,41 +181,6 @@ const rankingOptions = [
badge: 'Ano', badge: 'Ano',
title: 'Ranking anual' title: 'Ranking anual'
}, },
{
label: 'Steam',
value: 'steam',
endpoint: '/rankings/platforms/Steam',
badge: 'Steam',
title: 'Ranking da Steam'
},
{
label: 'Epic Games',
value: 'epic-games',
endpoint: '/rankings/platforms/Epic Games',
badge: 'Epic Games',
title: 'Ranking da Epic Games'
},
{
label: 'Riot Launcher',
value: 'riot-launcher',
endpoint: '/rankings/platforms/Riot Launcher',
badge: 'Riot Launcher',
title: 'Ranking da Riot Launcher'
},
{
label: 'Multiplataforma',
value: 'multi-platform',
endpoint: '/rankings/platforms/Multiplataforma',
badge: 'Multiplataforma',
title: 'Ranking multiplataforma'
},
{
label: 'Battle.net',
value: 'battle-net',
endpoint: '/rankings/platforms/Battle.net',
badge: 'Battle.net',
title: 'Ranking da Battle.net'
},
{ {
label: 'Mais jogados', label: 'Mais jogados',
value: 'most-played', value: 'most-played',