Skip to content

Commit 8ba99db

Browse files
committed
Feat: update email addr
1 parent cf69db5 commit 8ba99db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Intro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Intro() {
2121
<a href="/cv/Subin_Park_CV.pdf" target="_blank" rel="noopener noreferrer" className={styles.iconLink} aria-label="CV">
2222
<span style={{ fontWeight: 600, fontSize: '0.9rem' }}>CV</span>
2323
</a>
24-
<a href="mailto:subinpark@yonsei.ac.kr" className={styles.iconLink} aria-label="Email">
24+
<a href="mailto:enlightkorean@gmail.com" className={styles.iconLink} aria-label="Email">
2525
<Mail size={24} />
2626
</a>
2727
</div>

0 commit comments

Comments
 (0)