Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE] feat: form 주의 사항 text 추가 #480

Merged
merged 2 commits into from
Aug 17, 2023
Merged

[FE] feat: form 주의 사항 text 추가 #480

merged 2 commits into from
Aug 17, 2023

Conversation

hae-on
Copy link
Collaborator

@hae-on hae-on commented Aug 16, 2023

Issue

✨ 구현한 기능

form 작성 시 주의 사항 text를 추가하였습니다.

스크린샷 2023-08-16 오후 8 15 05

📢 논의하고 싶은 내용

x

🎸 기타

x

⏰ 일정

  • 추정 시간 : 10분
  • 걸린 시간 : 10분

@github-actions
Copy link

Unit Test Results

2 tests   2 ✔️  5s ⏱️
1 suites  0 💤
1 files    0

Results for commit cba4dd6.

Copy link
Collaborator

@xodms0309 xodms0309 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿~

@@ -81,9 +81,14 @@ const RecipeRegisterForm = ({ closeRecipeDialog }: RecipeRegisterFormProps) => {
<Spacing size={40} />
<RecipeDetailTextarea recipeDetail={recipeFormValue.content} />
<Spacing size={40} />
<Text size="sm" color={theme.textColors.disabled}>
[작성시 유의사항] 신뢰성 확보에 저해되는 게시물은 삭제하거나 보이지 않게 할 수 있습니다.{' '}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{' '} 얘 뭔가여??

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어머 저거 뭐야?

Copy link
Collaborator

@Leejin-Yang Leejin-Yang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아무도 험한 말은 못 남기겠네요.!

@hae-on hae-on merged commit 358917a into develop Aug 17, 2023
1 check passed
@hae-on hae-on deleted the feat/issue-467 branch August 17, 2023 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] form placeholder 문구 추가
3 participants