Skip to content

Commit

Permalink
Merge branch 'main' into adib-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lildibbb committed Jan 7, 2024
2 parents ee99e8d + c0c680a commit 105869f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const CategoryItem = ({ category }) => (
isZoomed
className="w-20 h-20"
/>
<span className="mt-2 text-sm">{category.name}</span>
<span className="mt-2 text-xs">{category.name}</span>
</div>
</Tooltip>
);
Expand Down

0 comments on commit 105869f

Please sign in to comment.