Skip to content

Commit 0c68b0a

Browse files
committed
Update SingleProduct.component.tsx
1 parent a3ff20d commit 0c68b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/SingleProduct.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
5050
<section className="bg-white mb-[8rem] md:mb-12">
5151
{isLoading ? (
5252
<div className="h-56 mt-20">
53-
<p className="text-2xl font-bold text-center">Laster produkt ...</p>
53+
<p className="text-xl font-bold text-center">Laster produkt ...</p>
5454
<br />
5555
<LoadingSpinner />
5656
</div>

0 commit comments

Comments
 (0)