Skip to content

Commit

Permalink
style: update category item
Browse files Browse the repository at this point in the history
  • Loading branch information
kyziq committed Jan 7, 2024
1 parent 2fbc2a8 commit 24f7d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const CategoryItem = ({ category }) => (
src={category.imageUrl}
alt={category.name}
isZoomed
className="w-20 h-20"
className="w-24 h-24"
/>
<span className="mt-2 text-xs">{category.name}</span>
<span className="mt-1 text-sm">{category.name}</span>
</div>
</Tooltip>
);
Expand Down

0 comments on commit 24f7d73

Please sign in to comment.