Skip to content

Commit

Permalink
fix:단일/다중선택 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
castlewook99 committed Feb 1, 2024
1 parent 1e5e8c5 commit 434ed3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/surveytype/CheckBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function CheckBox({ idx, data, handleImageUpload, updateQuestion, copyQuestion,
<button type="button" className="items-center focus:outline-none">
<img src={typeIcon} alt="Type" className="w-5 h-5" />
</button>
<span className="ml-2 font-medium text-left text-darkGray">체크박스</span>
<span className="ml-2 font-medium text-left text-darkGray">체크박스(다중선택)</span>
</div>
<div className="flex mr-4">
<button
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/surveytype/MultipleChoice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function MultipleChoice({
<button type="button" className="items-center focus:outline-none">
<img src={typeIcon} alt="Type" className="w-5 h-5" />
</button>
<span className="ml-2 font-medium text-left text-darkGray">객관식</span>
<span className="ml-2 font-medium text-left text-darkGray">객관식(단일선택)</span>
</div>
<div className="flex mr-4">
<button
Expand Down

0 comments on commit 434ed3c

Please sign in to comment.