diff --git a/src/pages/ProductDetail.tsx b/src/pages/ProductDetail.tsx
index 0192616..e16ff13 100644
--- a/src/pages/ProductDetail.tsx
+++ b/src/pages/ProductDetail.tsx
@@ -54,7 +54,7 @@ export default function ProductDetailPage() {
const renderStars = (count: number) =>
Array.from({ length: 5 }, (_, i) => (
-
+
));
const handleAddToCart = () => {
@@ -90,7 +90,7 @@ export default function ProductDetailPage() {