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

Implemented Footer.js

parent 87ecbd1c
Branches
No related tags found
No related merge requests found
// Footer.js
import React from 'react'; import React from 'react';
import { Link } from 'react-router-dom';
import '../css/Footer.css'
function Footer() { function Footer() {
return ( return (
<footer> <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> </footer>
); );
} }
export default Footer; export default Footer;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment