summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-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 2a5307e..262a487 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -10,6 +10,6 @@ const t = translate(locale);
<footer>
<Button layoutClasses="grid-span-3 grid-end" href="#top">
- ▴ {t(tSite, { key: 'back-to-top' })}
+ ▲ {t(tSite, { key: 'back-to-top' })}
</Button>
</footer>