Skip to content

Commit

Permalink
chore: fixed text overflown in LinksHub intro columns
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes authored Oct 31, 2024
2 parents d79b16b + 9da668a commit de1dd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const RatingForkComponent: React.FC<RatingForkProps> = ({

return (
<div
className={`dark:text-white rounded-lg md:w-[160px] text-3xl p-4 dark:bg-[rgba(255,255,255,0.1)] bg-[rgba(0,0,0,0.05)] w-full`}
className={`dark:text-white rounded-lg md:w-[200px] text-3xl p-4 dark:bg-[rgba(255,255,255,0.1)] bg-[rgba(0,0,0,0.05)] w-full`}
>
{type === 'star' ? (
<Icons.ioStar
Expand Down

0 comments on commit de1dd9c

Please sign in to comment.