From 457c06440825fb9e16fcceaf4227856885081206 Mon Sep 17 00:00:00 2001 From: Anita-ihuman Date: Wed, 17 Feb 2021 13:18:47 +0100 Subject: [PATCH] changing the elemente to sematic html --- components/footer.tsx | 36 ++++++++++++++++++++---------------- components/nav.tsx | 4 ++-- styles/footer.module.scss | 36 +++++++++++++++++++++++++++--------- 3 files changed, 49 insertions(+), 27 deletions(-) diff --git a/components/footer.tsx b/components/footer.tsx index af0047b..72f16b4 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -4,9 +4,9 @@ import styles from "../styles/footer.module.scss"; const Footer = () => { return ( <> - ); diff --git a/components/nav.tsx b/components/nav.tsx index 61631e2..63576ff 100644 --- a/components/nav.tsx +++ b/components/nav.tsx @@ -6,9 +6,9 @@ const Navbar = () => { <>