We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2e926 commit 6b9faefCopy full SHA for 6b9faef
src/page/signup/component/SurveyItem/SurveyItem.tsx
@@ -20,7 +20,7 @@ const SurveyItem = ({ item, isChecked, onClick }: itemProps) => {
20
<button onClick={onClick}>
21
<RadioIcon className={radioIcon} />
22
</button>
23
- <p className={itemText}>{item.content}</p>
+ <span className={itemText}>{item.content}</span>
24
</div>
25
);
26
};
0 commit comments