Skip to content

Commit 5228ad1

Browse files
committed
fix: popularCard 스토리북 args 수정
1 parent 88b27a0 commit 5228ad1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/stories/PopularCard.stories.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const meta = {
1212
ranking: {
1313
control: { type: 'number' },
1414
},
15-
templeName: {
15+
templestayName: {
1616
control: { type: 'text' },
1717
},
1818
templeLoc: {
@@ -21,7 +21,7 @@ const meta = {
2121
templeImg: {
2222
control: { type: 'text' },
2323
},
24-
tag: {
24+
templeName: {
2525
control: { type: 'text' },
2626
},
2727

@@ -34,11 +34,11 @@ const meta = {
3434
},
3535
args: {
3636
ranking: 1,
37-
templeName: '봉은사',
38-
templeLoc: '서울',
37+
templestayName: '봉선사 사부대중과 함께하는 선명상',
38+
templeLoc: '경기',
3939
templeImg:
4040
'https://img.danawa.com/images/descFiles/6/110/5109431_agiLaciMHn_1659098198501.jpeg',
41-
tag: '방긋방긋',
41+
templeName: '봉선사',
4242
link: 'https://www.gototemplestay.com/',
4343
isLiked: false,
4444
onLikeToggle: () => alert('Liked'),

0 commit comments

Comments
 (0)