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

@@ -17,7 +17,7 @@
Ranking de jogos
</h1>
<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>
</div>
</header>
@@ -181,41 +181,6 @@ const rankingOptions = [
badge: 'Ano',
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',
value: 'most-played',