Skip to content

Commit

Permalink
Merge pull request #226 from SV-Winter-BootCamp-Team-C/fe/fix/#225
Browse files Browse the repository at this point in the history
fix:단일/다중선택 추가
  • Loading branch information
castlewook99 committed Feb 1, 2024
2 parents 1e5e8c5 + 434ed3c commit 5f718b1
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 5f718b1

Please sign in to comment.