We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53bfb6 commit 0200b44Copy full SHA for 0200b44
src/components/Product/DisplayProducts.component.tsx
@@ -108,7 +108,7 @@ const DisplayProducts = ({ products }: IDisplayProductsProps) => (
108
>
109
<span>
110
<div className="mt-4">
111
- <p className="text-base text-center cursor-pointer hover:text-gray-600 transition-colors">
+ <p className="text-base font-bold text-center cursor-pointer hover:text-gray-600 transition-colors">
112
{name}
113
</p>
114
</div>
0 commit comments