directly save ranked to ranked bucket

This commit is contained in:
2024-06-14 03:01:06 +02:00
parent c3de834f57
commit 75ec6a49e9
2 changed files with 13 additions and 2 deletions
@@ -12,7 +12,9 @@ defmodule LolAnalyticsWeb.ChampionComponents.SummonerSpells do
<p><%= spell.win_rate %>%</p>
<p><%= spell.wins %>/<%= spell.total_games %></p>
</div>
<div class="tooltip -my-8 px-4 py-2 rounded-xl"><%= spell.name %></div>
<div class="tooltip -my-8 px-4 py-2 rounded-xl">
<p><%= spell.name %></p>
</div>
</div>
<% end %>
</div>