Skip to content

Commit

Permalink
chore: 재학 중 -> 휴학 중
Browse files Browse the repository at this point in the history
  • Loading branch information
01Joseph-Hwang10 committed Aug 30, 2023
1 parent 26d267c commit 3c91e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page-contents/Home/Contents/Education/values.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const educations: Education[] = [
id: "UNIST",
title: "울산과학기술원",
details: ["컴퓨터공학과 학사과정 (주전공)", "경영과학부 학사과정 (부전공)"],
period: "2021.03 - 재학 중",
period: "2021.03 - 휴학 중",
onClick: () => {
if (typeof window === "undefined") return;
window.open("https://www.unist.ac.kr/", "_blank");
Expand Down

0 comments on commit 3c91e88

Please sign in to comment.