From 419341c983c89324fc26669c5318570ec11b6a4b Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 19 Sep 2022 12:48:22 +0630 Subject: [PATCH] Update social icons and displaying structure --- src/components/Footer.astro | 60 ++++++++-------------------------- src/pages/index.astro | 65 +++++++++---------------------------- 2 files changed, 29 insertions(+), 96 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 70169cb..6cf6a3b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,58 +1,26 @@ --- import Hr from "./Hr.astro"; import LinkButton from "./LinkButton.astro"; +import socialLinks from "@utils/socialLinks"; ---