Skip to content

Commit

Permalink
Update TermsandConditions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jun 23, 2024
1 parent 9417ae6 commit 3af14bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Components/footer_section/Legal/TermsandConditions.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -63,6 +65,10 @@ const Strong = styled.strong`

const TermsConditions = () => {
return (
<>
<Link to="/">
<img src={homeIcon} alt="Home" className="home-icon" />
</Link>
<TermsContainer>
<Title>Terms and Conditions</Title><br/>
<Content><Strong>Last Updated:</Strong> 08-06-2024</Content>
Expand Down Expand Up @@ -96,6 +102,7 @@ const TermsConditions = () => {
<Strong>Contact: </Strong>+91 99323 32321
</Content>
</TermsContainer>
</>
)
}

Expand Down

0 comments on commit 3af14bd

Please sign in to comment.