Skip to content

Commit b2faf74

Browse files
committed
Title size
1 parent e6f4856 commit b2faf74

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
@@ -100,7 +100,7 @@ const DisplayProducts = ({ products }: IDisplayProductsProps) => (
100100
<Link href={`/produkt/${encodeURIComponent(slug)}`}>
101101
<span>
102102
<div className="mt-4">
103-
<p className="text-2xl font-bold text-center cursor-pointer hover:text-gray-600 transition-colors">
103+
<p className="text-xl font-bold text-center cursor-pointer hover:text-gray-600 transition-colors">
104104
{name}
105105
</p>
106106
</div>

0 commit comments

Comments
 (0)