Skip to content

Commit

Permalink
chore(client): 프로필 리스트 없을 시 나오는 텍스트 폰트 토큰 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SEOKKAMONI committed Apr 28, 2024
1 parent 98e7841 commit bd3f249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/components/profile/ProfileList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const ProfileList = ({ major, isRecruited, cardinal, promotion }: ProfileListPro
))}
</StyledProfileList>
) : (
<Text fontType="h3">앗! 해당 분야의 학생이 없어요..</Text>
<Text fontType="h4">앗! 해당 분야의 학생이 없어요..</Text>
);
};

Expand Down

0 comments on commit bd3f249

Please sign in to comment.