Skip to content

Commit

Permalink
[feat] ProfileCard Description 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KinDDoGGang committed Dec 6, 2023
1 parent 44b9258 commit ba08995
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/ProfileCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ export default function ProfileCard({ imageSrc, userInfo }: ProfileCard) {
</div>
<Textarea
register={register('describe')}
initValue={
"Hi, I'm Dennis. I'm 31 years old and I'm from Seoul, South Korea. I'm a software engineer with 5 years of experience in the industry. I'm passionate about building innovative products that make people's lives easier."
}
initValue={userInfo?.description || ''}
className="bg-r1 mb-[20px] h-[120px] text-[14px]"
readonly
/>
Expand Down

0 comments on commit ba08995

Please sign in to comment.