Skip to content

Commit

Permalink
Merge pull request #141 from DDD-Community/main
Browse files Browse the repository at this point in the history
[FEATURE] 스타일 수정
  • Loading branch information
junseublim authored Dec 20, 2024
2 parents 587b7cd + d389323 commit be5bfe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(home)/_components/TotalCount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const TotalCount = async () => {
return (
<div className="mb-2.5 text-center">
지금까지
<span className="font-semiBold">{sharedCount.toLocaleString()}</span>
<span className="font-semiBold"> {sharedCount.toLocaleString()}</span>
보드가 만들어졌어요!
</div>
)
Expand Down
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 be5bfe0

Please sign in to comment.