diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-04 22:36:11 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-04 22:36:11 -0700 |
| commit | 8aa39c13016bb9b28a9c970ace3445c3618ddcfd (patch) | |
| tree | 48602cebae945b4738b67bbca7ba87817256f922 | |
| parent | ebb7164e4eb52bc044499d10a4c17d9e8657531f (diff) | |
fix footer middot
| m--------- | src/components/FFXIV-MDX-React-Components | 0 | ||||
| -rw-r--r-- | src/components/Footer.astro | 6 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/components/FFXIV-MDX-React-Components b/src/components/FFXIV-MDX-React-Components -Subproject 53c7ce959b5c72002c5444b7d6e5b458331a427 +Subproject 8194e0f034b8e110cb880d11e278a2b7d651920 diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6b8c3f3..f67432e 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,9 +1,5 @@ ---- -const today = new Date(); ---- - <footer> - · <a href="https://github.com/pinapelz">github</a> · <a href="mailto:yukais@pinapelz.com">email</a> + <a href="https://github.com/pinapelz">github</a> · <a href="mailto:yukais@pinapelz.com">email</a> <p>powered by Astro</p> </footer> <style> |
