From 412e13c6d2efc2b5ddbb675435caeeb0bd5da55f Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 5 May 2026 23:30:18 +0200 Subject: [PATCH] Add scroll to top button --- src/components/ScrollToTop.astro | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/components/ScrollToTop.astro diff --git a/src/components/ScrollToTop.astro b/src/components/ScrollToTop.astro new file mode 100644 index 0000000..b1af591 --- /dev/null +++ b/src/components/ScrollToTop.astro @@ -0,0 +1,32 @@ +--- +import { Icon } from "astro-icon/components"; +--- + + + +