diff options
Diffstat (limited to 'src/components')
| -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 { |
