diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-17 16:34:09 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-17 16:39:19 -0700 |
| commit | e5c36899f2f42ed04ab85747ee80b622f2db0c55 (patch) | |
| tree | 5dc4bf33e74b01b596f2865418e2d88bf16111fa /src/components/Footer.astro | |
| parent | beebbd4d1594f2c135666fc3558363f671d6506b (diff) | |
add favicon
Diffstat (limited to 'src/components/Footer.astro')
| -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 6670702..35dedae 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -8,7 +8,7 @@ import dataList from "../data/user.json"; <div class="footer-links"> <a - href="https://github.com/yourprofile" + href="https://github.com/pinapelz/Astrolink-moe" class="footer-link" aria-label="GitHub" > |
