Skip to content

Commit

Permalink
feat: 🎸 update move table
Browse files Browse the repository at this point in the history
  • Loading branch information
HuskyHsu committed Oct 28, 2023
1 parent 9f9a43d commit a2ee027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Pokemon/components/Moves.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
</a>
Expand Down

0 comments on commit a2ee027

Please sign in to comment.