From 9ff6f2cd0eb93f294e0a03226daaf5000f1b5f44 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 17 Sep 2024 23:24:24 +0000 Subject: Added footer component --- src/components/Footer.astro | 61 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 src/components/Footer.astro (limited to 'src/components') diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..ea53b25 --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,61 @@ +--- +import { Icon } from "astro-icon/components"; +import dayjs from "dayjs"; +--- + + + + -- cgit v1.2.3