Skip to content

Commit

Permalink
Update src/v1/profile/info/ProfileInfoPresenter.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: kyuran kim <[email protected]>
  • Loading branch information
minjongbaek and gxxrxn authored Dec 18, 2023
1 parent 24bd510 commit c5cd88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/profile/info/ProfileInfoPresenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ProfileInfoPresenter = ({
job: { jobGroupKoreanName, jobNameKoreanName },
}: ProfileInfoProps) => {
return (
<div className="flex flex-col gap-[2rem]">
<div className="flex flex-col gap-[2rem] mb-[2rem]">
<div className="flex gap-[0.8rem]">
<Badge
colorScheme="main"
Expand Down

0 comments on commit c5cd88c

Please sign in to comment.