summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Footer.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 2f58ae2..1e97633 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -3,7 +3,7 @@
---
<footer>
- <p class="btn back-to-top-link">
- <a href="#main">▴ Back til tap</a>
+ <p class="back-to-top-link">
+ <a class="btn" href="#main">▴ Back til tap</a>
</p>
</footer>