diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-02 18:37:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-02 18:57:52 +0100 |
| commit | 498acb77f2f7c44c1c98beed9147fb8e2eb966f7 (patch) | |
| tree | 1c9af795df366422df0ccce9df068d4bfb6fe253 /frontend/src/components | |
| parent | 944cf75b3aee146b16ac2a0e623037c131adc355 (diff) | |
Applies Prettier
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> |
