Skip to content

Commit

Permalink
update: font weight on tier list
Browse files Browse the repository at this point in the history
  • Loading branch information
jayson237 committed Nov 11, 2024
1 parent f732793 commit a5cb7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/wiki/tier-list/tier-list-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function TierContainer({ heroes }: TierListProps) {
loading="lazy"
/>
</div>
<p className="mt-2 text-center text-[10px] md:text-[14px]">
<p className="mt-2 text-center text-[10px] font-semibold md:text-[14px]">
{hero?.name}
</p>
</div>
Expand Down

1 comment on commit a5cb7e9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mlbb-fyi ready!

✅ Preview
https://mlbb-491mdvirs-jinjays.vercel.app

Built with commit a5cb7e9.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.