Skip to content

Commit

Permalink
[ chore ] StInputBtn 텍스트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Jul 18, 2022
1 parent faca8ca commit 5fe0c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/community/Reply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Reply() {
onChange={handleInputText}
/>
</StInputContent>
<StInputBtn inputColor={inputColor}>등록</StInputBtn>
<StInputBtn inputColor={inputColor}>입력</StInputBtn>
</StInputForm>
<ReplyContent
userNickname="희지맘"
Expand Down Expand Up @@ -142,4 +142,4 @@ const StInputBtn = styled.span<{ inputColor: boolean }>`
border-radius: 0.5rem;
cursor: pointer;
`;
`;

0 comments on commit 5fe0c29

Please sign in to comment.