Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const FindLastYearScoreBar = () => {
<div>
<div className="flex items-center gap-4">
<IconGraduationCap />
<div className="flex flex-col">
<div className="flex flex-col items-start">
<span className="text-k-800 typo-regular-4">작년 합격 점수가 궁금하신가요?</span>
<span className="text-k-800 typo-sb-9">작년도 합격 점수 확인하러 가기</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/my/_ui/MyProfileContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const MyProfileContent = () => {
</div>

{/* Additional Options */}
<div className="mt-5">
<div className="mt-5 flex flex-col gap-0.5">
<LinkedTextWithIcon href="/terms" text="서비스 이용약관" />

<LinkedTextWithIcon isBilink href={NEXT_PUBLIC_CONTACT_LINK} text="고객센터 문의" />
Expand Down
Loading