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 a3ff20d commit 0c68b0aCopy full SHA for 0c68b0a
src/components/Product/SingleProduct.component.tsx
@@ -50,7 +50,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
50
<section className="bg-white mb-[8rem] md:mb-12">
51
{isLoading ? (
52
<div className="h-56 mt-20">
53
- <p className="text-2xl font-bold text-center">Laster produkt ...</p>
+ <p className="text-xl font-bold text-center">Laster produkt ...</p>
54
<br />
55
<LoadingSpinner />
56
</div>
0 commit comments