summaryrefslogtreecommitdiff
path: root/src/components/Footer.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-18 21:01:31 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-18 21:01:31 +0100
commitd41d9e900a4ce25544a07113c082d762af2d9cc9 (patch)
tree293193b091a3d23a9682a7956e5e332a4e1075ff /src/components/Footer.astro
parent5a85c56f760ddcb13ccc185e2f54c6928f7fcd3e (diff)
Pulls out back-to-top module
Diffstat (limited to 'src/components/Footer.astro')
-rw-r--r--src/components/Footer.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index c636c8d..f1ee19c 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -8,7 +8,7 @@ const t = translate(locale);
---
<footer>
- <p class="back-to-top-link">
+ <p class="back-to-top">
<a class="btn" href="#top">▴ {t(tSite, { key: 'back-to-top' })}</a>
</p>
</footer>