Skip to content

Commit

Permalink
Merge pull request #200 from depromeet/feature/QA-jiyoung-fix
Browse files Browse the repository at this point in the history
Feature/qa jiyoung fix
  • Loading branch information
Jungjjeong authored Jan 29, 2024
2 parents a3685c9 + b0aba72 commit 02b2cd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/comment/comment-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export const CommentFormPage = () => {
<>
<Header
text={`{${data.keyword}} 순간을 올린\\n {${data.userNickname}} 님에게 칭찬 남기기`}
className="mb-9"
/>
<div className="absolute right-5 top-[70px]">
{{ 0: <Marble1SVG />, 1: <Marble2SVG /> }[marbleIdx]}
Expand Down
2 changes: 1 addition & 1 deletion src/app/error/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const NotFound = () => {
</div>
</article>
<ButtonProvider>
{/* TODO: 카카오 로그인 연동 후, 로그인이 되지 않은 상태일 경우에는 다른 메세지 제공 */}
{/* TODO: 카카오 로그인 연동 후, 로그인이 되지 않은 상태일 경우에는 다른 메시지 제공 */}
<ButtonProvider.Primary
onClick={() => {
isLogin ? navigate("/main") : navigate("/");
Expand Down
2 changes: 1 addition & 1 deletion src/components/app/on-boarding/clap/carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const Carousel = ({ setAngle, userNickname }: carouselProps) => {
className="z-0 h-full w-full px-[46px]"
>
<Header
text="이미지로 칭찬 메세지를 남기고\n칭찬 구슬을 보내보세요!"
text="이미지로 칭찬 메시지를 남기고\n칭찬 구슬을 보내보세요!"
className="!text-h3 z-10 mt-20 text-center"
/>
</ArticleWrapper>
Expand Down

0 comments on commit 02b2cd9

Please sign in to comment.