From 3af14bd278f4064356b207cc2effb428fdefa6c6 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Sun, 23 Jun 2024 06:26:34 +0530 Subject: [PATCH] Update TermsandConditions.js --- src/Components/footer_section/Legal/TermsandConditions.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Components/footer_section/Legal/TermsandConditions.js b/src/Components/footer_section/Legal/TermsandConditions.js index 9a3ab2b9..6bc60250 100644 --- a/src/Components/footer_section/Legal/TermsandConditions.js +++ b/src/Components/footer_section/Legal/TermsandConditions.js @@ -1,4 +1,6 @@ import styled from "styled-components"; +import homeIcon from '../../../img/homeicon.png'; +import { Link } from 'react-router-dom'; const TermsContainer = styled.div` margin: auto; @@ -63,6 +65,10 @@ const Strong = styled.strong` const TermsConditions = () => { return ( + <> + + Home + Terms and Conditions
Last Updated: 08-06-2024 @@ -96,6 +102,7 @@ const TermsConditions = () => { Contact: +91 99323 32321
+ ) }