From a54e3a2b82c377348af56332dd42b91df7a27ca3 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 10 Sep 2022 15:38:55 +0630 Subject: [PATCH] Replace custom buttons with LinkButton --- src/components/Footer.astro | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 8090c3a..8e2736b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,8 +1,12 @@ +--- +import LinkButton from "./LinkButton.astro"; +--- +