diff --git a/app/components/Sidebar.vue b/app/components/Sidebar.vue index f65e597..87d5049 100644 --- a/app/components/Sidebar.vue +++ b/app/components/Sidebar.vue @@ -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' }, diff --git a/app/pages/(protected)/ranking-jogos/index.vue b/app/pages/(protected)/ranking-jogos/index.vue index 67db2e8..5743cfb 100644 --- a/app/pages/(protected)/ranking-jogos/index.vue +++ b/app/pages/(protected)/ranking-jogos/index.vue @@ -17,7 +17,7 @@ Ranking de jogos
- Acompanhe os jogos por período, plataforma e volume de jogadores ativos. + Acompanhe os jogos por período e volume de jogadores ativos.
@@ -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',