diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-08-08 00:48:23 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-08-08 00:48:23 -0700 |
| commit | 779a146ae577cbf92da02888438c4ec81a41de8e (patch) | |
| tree | a70873842b285b2ba3799613010b4341ea4cd626 | |
| parent | 06aea51e38b10a93b1c7201ef04a916c69de3a24 (diff) | |
Update: contact email
| -rw-r--r-- | src/components/Footer.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 2f7f5d5..d005f2a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,7 +3,7 @@ const today = new Date(); --- <footer> - <a href="https://pinapelz.moe">hub</a> · <a href="https://github.com/pinapelz">github</a> · <a href="mailto:yshan@pinapelz.com">email</a> + <a href="https://pinapelz.moe">hub</a> · <a href="https://github.com/pinapelz">github</a> · <a href="mailto:yukais@pinapelz.com">email</a> </footer> <style> footer { |
