diff --git a/lib/cobblemon_ui_web/live/pokemon_components.ex b/lib/cobblemon_ui_web/live/pokemon_components.ex index 012dc7b..73116f6 100644 --- a/lib/cobblemon_ui_web/live/pokemon_components.ex +++ b/lib/cobblemon_ui_web/live/pokemon_components.ex @@ -391,7 +391,7 @@ defmodule CobblemonUiWeb.PokemonComponents do "w-11 h-11 rounded-full flex items-center justify-center shrink-0 shadow-sm mt-0.5", TypeChart.type_color(@type_name) ]}> - {@type_name} + {@type_name} <%!-- Weakness / Resistance rows --%>
@@ -445,7 +445,7 @@ defmodule CobblemonUiWeb.PokemonComponents do ]} title={@type_name} > - {@type_name} + {@type_name} """ end