Skip to content

Commit 0200b44

Browse files
committed
Bold title
1 parent f53bfb6 commit 0200b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/DisplayProducts.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const DisplayProducts = ({ products }: IDisplayProductsProps) => (
108108
>
109109
<span>
110110
<div className="mt-4">
111-
<p className="text-base text-center cursor-pointer hover:text-gray-600 transition-colors">
111+
<p className="text-base font-bold text-center cursor-pointer hover:text-gray-600 transition-colors">
112112
{name}
113113
</p>
114114
</div>

0 commit comments

Comments
 (0)