diff options
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/Footer.astro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/components/Footer.astro b/frontend/src/components/Footer.astro index 9f8b9b7..6ad0052 100644 --- a/frontend/src/components/Footer.astro +++ b/frontend/src/components/Footer.astro @@ -1,8 +1,9 @@ --- + --- <footer> <p class="btn btn--dark back-to-top-link"> <a href="#main">▴ Back til tap</a> </p> -</footer>
\ No newline at end of file +</footer> |
