From c6db67b9d9b7d1cec8bf6cc2282bd2703e9e88b1 Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 5 Mar 2023 18:29:27 +0100 Subject: [PATCH] add floating heart --- src/components/Heart.astro | 36 ++++++++++++++++++++++++++++++++++++ src/pages/index.astro | 2 ++ 2 files changed, 38 insertions(+) create mode 100644 src/components/Heart.astro diff --git a/src/components/Heart.astro b/src/components/Heart.astro new file mode 100644 index 0000000..ef1ec02 --- /dev/null +++ b/src/components/Heart.astro @@ -0,0 +1,36 @@ + + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index f38b951..e0fee56 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,6 +3,7 @@ import Layout from "../layouts/Layout.astro"; import Prompt from "../components/Prompt.astro"; import Centerpiece from "../components/Centerpiece.astro"; import Icons from "../components/Icons.astro"; +import Heart from "../components/Heart.astro"; --- @@ -10,5 +11,6 @@ import Icons from "../components/Icons.astro"; + \ No newline at end of file