Skip to content

Commit

Permalink
style: center nickname input
Browse files Browse the repository at this point in the history
  • Loading branch information
junseublim committed Dec 18, 2024
1 parent 10adb37 commit d389323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const NicknameForm = ({
<div className="mb-20 text-2xl font-thin leading-10">
닉네임을 정해주세요!
</div>
<div className="">
<div className="flex justify-center">
<NicknameInput
value={newName}
setValue={setNewName}
Expand Down

0 comments on commit d389323

Please sign in to comment.