Skip to content

Commit

Permalink
๐Ÿ“ Chore(#319): ํ•œ ์ค„ ์†Œ๊ฐœ ๋ฏธ์ž…๋ ฅ ์‹œ ๋Œ€์ฒด ๋ฌธ๊ตฌ ๋…ธ์ถœ ์ฒ˜๋ฆฌ
Browse files Browse the repository at this point in the history
  • Loading branch information
sscoderati committed Dec 3, 2023
1 parent 42cbea1 commit 3bde362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(user-menu)/mypage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ const MyProfilePage = () => {
"flex h-30 w-718 items-center justify-center gap-15 text-2xl italic text-st-gray-250",
)}
>
{`"${bio}"` ?? "ํ•œ ์ค„ ์†Œ๊ฐœ๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”."}
{`"${bio ?? "ํ•œ ์ค„ ์†Œ๊ฐœ๋กœ ์ž์‹ ์„ ํ‘œํ˜„ํ•ด๋ณด์„ธ์š”!"}"`}
<button onClick={() => setIsEditingBio(true)}>
<Icon
name="pencil"
Expand Down
2 changes: 1 addition & 1 deletion src/components/_common/Input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Input = ({
className="h-60 w-full rounded-12 p-5 text-xl font-bold outline-none"
type="text"
defaultValue={initialValue}
placeholder="ํ•œ ์ค„ ์†Œ๊ฐœ๋กœ ์ž์‹ ์„ ํ‘œํ˜„ํ•ด ์ฃผ์„ธ์š”!"
placeholder="ํ•œ ์ค„ ์†Œ๊ฐœ๋กœ ์ž์‹ ์„ ํ‘œํ˜„ํ•ด๋ณด์„ธ์š”!"
onChange={(event) => {
onValueChange?.(event.target.value);
}}
Expand Down

0 comments on commit 3bde362

Please sign in to comment.