Skip to content

Commit

Permalink
style: 답변 수정하기 버튼 text 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamaster committed Dec 3, 2023
1 parent b5a5d68 commit 48e5789
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ReviewReply = ({ reviewData, handleSubmit }: ReviewReplyProps) => {

return (
<div className="flex h-full flex-col justify-between gap-2">
<div className="flex flex-col gap-5 overflow-auto pt-2.5">
<div className="flex flex-col gap-5 pt-2.5">
<div className="mt-2 flex items-center gap-2 text-base md:text-xl">
<span className="text-gray-300 dark:text-gray-400 ">
응답 대상자:
Expand Down Expand Up @@ -106,7 +106,7 @@ const ReviewReply = ({ reviewData, handleSubmit }: ReviewReplyProps) => {
htmlFor="review-reply"
className="flex h-full w-full items-center justify-center"
>
답변 제출하기
답변 수정하기
</label>
</button>
) : (
Expand Down

0 comments on commit 48e5789

Please sign in to comment.