diff options
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/Footer.astro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/src/components/Footer.astro b/frontend/src/components/Footer.astro new file mode 100644 index 0000000..9f8b9b7 --- /dev/null +++ b/frontend/src/components/Footer.astro @@ -0,0 +1,8 @@ +--- +--- + +<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 |
