File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const ProductCard = ({
5353
5454 < Link href = { `/produkt/${ slug } ` } >
5555 < div className = "mt-4" >
56- < p className = "text-2xl font-bold text-center cursor-pointer hover:text-gray-600 transition-colors" >
56+ < p className = "text-xl font-bold text-center cursor-pointer hover:text-gray-600 transition-colors" >
5757 { name }
5858 </ p >
5959 </ div >
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
7575
7676 { /* Product Details Container */ }
7777 < div className = "flex flex-col" >
78- < h1 className = "text-2xl font-bold text-center md:text-left mb-4" >
78+ < h1 className = "text-xl font-bold text-center md:text-left mb-4" >
7979 { name }
8080 </ h1 >
8181
You can’t perform that action at this time.
0 commit comments