Skip to content

Commit b88e505

Browse files
committed
✨ Add linked link to printable
1 parent db13464 commit b88e505

File tree

4 files changed

+46
-39
lines changed

4 files changed

+46
-39
lines changed

build/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
region: "eu",
102102
});
103103
</script>
104-
<script type="module" crossorigin src="/assets/index-f8a37d07.js"></script>
104+
<script type="module" crossorigin src="/assets/index-c203f1d7.js"></script>
105105
<link rel="stylesheet" href="/assets/index-d66a9b27.css">
106106
</head>
107107
<body>

build/assets/index-f8a37d07.js renamed to build/assets/index-c203f1d7.js

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
region: "eu",
102102
});
103103
</script>
104-
<script type="module" crossorigin src="/assets/index-f8a37d07.js"></script>
104+
<script type="module" crossorigin src="/assets/index-c203f1d7.js"></script>
105105
<link rel="stylesheet" href="/assets/index-d66a9b27.css">
106106
</head>
107107
<body>

src/pages/home/printable/sections/TitleSection.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ const TitleSection = ({}: TitleSectionProps) => {
3131
<StylessA href="https://github.com/dohyun-ko" hasIcon={false}>
3232
github.com/dohyun-ko
3333
</StylessA>{" "}
34+
|{" "}
35+
<StylessA
36+
href="https://www.linkedin.com/in/dohyun-ko-92b885212"
37+
hasIcon={false}
38+
>
39+
linkedin.com/in/dohyun-ko-92b885212
40+
</StylessA>
3441
<br />
3542
Detailed Resume:{" "}
3643
<StylessA href="https://dohyun.is-a.dev/resume" hasIcon={false}>

0 commit comments

Comments
 (0)