diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:28:39 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:28:39 +0100 |
| commit | 33ba2b1f1d5324e886af7cdc0c2bc006ddb6aa87 (patch) | |
| tree | 57294f27770f17ebaa2e2062e186d37eb51172cc /src/components | |
| parent | 06bf980b67ee61334c0c760f2d36c856f3c63e69 (diff) | |
Filled-in triangles
Diffstat (limited to 'src/components')
| -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 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> |
