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 e6f4856 commit b2faf74Copy full SHA for b2faf74
src/components/Product/DisplayProducts.component.tsx
@@ -100,7 +100,7 @@ const DisplayProducts = ({ products }: IDisplayProductsProps) => (
100
<Link href={`/produkt/${encodeURIComponent(slug)}`}>
101
<span>
102
<div className="mt-4">
103
- <p className="text-2xl font-bold text-center cursor-pointer hover:text-gray-600 transition-colors">
+ <p className="text-xl font-bold text-center cursor-pointer hover:text-gray-600 transition-colors">
104
{name}
105
</p>
106
</div>
0 commit comments