From a2ee027f6f9af96baf3208f56840a780eadba871 Mon Sep 17 00:00:00 2001 From: HuskyHsu Date: Sat, 28 Oct 2023 15:32:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20update=20move=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Pokemon/components/Moves.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Pokemon/components/Moves.tsx b/src/pages/Pokemon/components/Moves.tsx index 141ec49c..e5e26223 100644 --- a/src/pages/Pokemon/components/Moves.tsx +++ b/src/pages/Pokemon/components/Moves.tsx @@ -38,7 +38,7 @@ const columns = [ href={`https://wiki.52poke.com/zh-hant/${row.nameZh}(招式)`} target="_blank" rel="noreferrer" - className="whitespace-nowrap font-bold text-blue-800 underline" + className="text-blue-800 underline" > {row.nameZh}