feat: remove ranking de plataforma na rota ranking-jogos
This commit is contained in:
@@ -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'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user