Skip to content
Snippets Groups Projects
Commit 6189e5d5 authored by Tiago Brito's avatar Tiago Brito
Browse files

Implemented Footer.js

parent 87ecbd1c
Branches master
No related tags found
No related merge requests found
// Footer.js
import React from 'react';
import { Link } from 'react-router-dom';
import '../css/Footer.css'
function Footer() {
return (
<footer>
<p>© 2024 ElectroMart. All rights reserved.</p>
<p>© 2024 ElectroMart, Inc.</p>
<Link to="">About Us</Link>
<Link to="">Terms of Service</Link>
<Link to="">Privacy Policy</Link>
</footer>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment