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 ddff50a commit 4cc2fe4Copy full SHA for 4cc2fe4
apps/pyconkr/src/debug/page/shop_test.tsx
@@ -4,7 +4,7 @@ import React from "react";
4
5
export const ShopTestPage: React.FC = () => (
6
<Stack>
7
- <Stack spacing={2} sx={{ px: 4, backgroundColor: "#ddd", py: 2 }}>
+ <Stack spacing={2} sx={{ px: 4, py: 2 }}>
8
<Typography variant="h4" gutterBottom>
9
Shop Test Page
10
</Typography>
@@ -16,7 +16,7 @@ export const ShopTestPage: React.FC = () => (
16
<Typography variant="h5" gutterBottom>
17
상품 목록
18
19
- <Shop.Components.Features.ProductList />
+ <Shop.Components.Features.ProductList category_group="2025" category="티켓" />
20
<Divider />
21
22
장바구니
0 commit comments