From 38a33fe967b85beae49d6ce865a46666f3a2ee75 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 11 Sep 2022 12:15:59 +0630 Subject: [PATCH] Replace hr with Hr component --- src/components/Footer.astro | 3 ++- src/components/Header.astro | 4 +++- src/pages/index.astro | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 8e2736b..ef3168f 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,9 +1,10 @@ --- +import Hr from "./Hr.astro"; import LinkButton from "./LinkButton.astro"; ---