Skip to content

Commit 05b2272

Browse files
committed
feat: add more dummy images
1 parent 9339f0a commit 05b2272

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/pages/shop/SingleItemPage.jsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ import { useSingleSwag } from "../../hooks/Queries/shop/useSwagList";
1515
import formatPrice from "../../utilities/formatPrice";
1616
import ItemHeader from "./sections/ItemHeader";
1717

18-
const VariationData = [SmallSample1, SmallSample2, SmallSample1, SmallSample2];
18+
const VariationData = [
19+
SmallSample1,
20+
SmallSample2,
21+
SmallSample1,
22+
SmallSample2,
23+
SmallSample2,
24+
SmallSample1,
25+
SmallSample2,
26+
];
1927

2028
export default function SingleItemPage() {
2129
const params = useParams();

0 commit comments

Comments
 (0)