Skip to content

Commit 6b9faef

Browse files
봄봄
authored andcommitted
refactor: 시맨틱 태그 변경
1 parent bb2e926 commit 6b9faef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/signup/component/SurveyItem/SurveyItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const SurveyItem = ({ item, isChecked, onClick }: itemProps) => {
2020
<button onClick={onClick}>
2121
<RadioIcon className={radioIcon} />
2222
</button>
23-
<p className={itemText}>{item.content}</p>
23+
<span className={itemText}>{item.content}</span>
2424
</div>
2525
);
2626
};

0 commit comments

Comments
 (0)