Skip to content

Commit

Permalink
📝 Chore(#272): 코드 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongWuk committed Nov 30, 2023
1 parent d118220 commit 44bf53e
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 1 deletion.
148 changes: 148 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Posts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Posts = ({ info }: { info: Steadies }) => {
src={item.profileImage}
alt="profile"
radius="full"
className="h-20 w-20 cursor-pointer md:flex md:h-25 md:w-25"
className="aspect-square h-20 w-20 cursor-pointer md:flex md:h-25 md:w-25"
fallback={""}
/>
) : (
Expand Down

0 comments on commit 44bf53e

Please sign in to comment.