From ec2a4dfced1ae88ee685b8c657eed8bd345a084f Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 25 Mar 2026 21:23:10 -0600 Subject: [PATCH] updates --- lib/cobblemon_ui_web/live/pokemon_components.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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