diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-09-25 22:33:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-25 22:33:52 -0700 |
| commit | c066df42d4979e593e14af7a22b7b9f1a030094e (patch) | |
| tree | df485b5c8e5600c5c071201c45b617c2babca260 | |
| parent | fd79d3476b2fec2056676a6fb4ff8936f3a2ce6a (diff) | |
Update Header.astro
| -rw-r--r-- | src/components/Header.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro index eed193d..2bc8ed4 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -4,7 +4,7 @@ <li><a href="/">Home</a></li> <li><a href="/about">About</a></li> <li><a href="/projects">Projects</a></li> - <li><a href="https://files.pinapelz.com/ResumeFinalys.pdf">Resume</a></li> + <li><a href="https://files.pinapelz.com/Yukai%20Shan%20-%20Resume-2.pdf">Resume</a></li> </ul> </nav> <img @@ -84,4 +84,4 @@ margin: 1rem 0 0; } } -</style>
\ No newline at end of file +</style> |
