Removed the button in the footer
This commit is contained in:
parent
166f642b53
commit
b91084d62b
1 changed files with 1 additions and 33 deletions
|
@ -1,5 +1,4 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { Button } from "./components/Button";
|
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import "./Footer.css";
|
import "./Footer.css";
|
||||||
import "@fortawesome/fontawesome-free/css/all.css";
|
import "@fortawesome/fontawesome-free/css/all.css";
|
||||||
|
@ -30,38 +29,7 @@ function Footer() {
|
||||||
</div>
|
</div>
|
||||||
<section className="social-media">
|
<section className="social-media">
|
||||||
<div className="social-media-wrap">
|
<div className="social-media-wrap">
|
||||||
<div className="footer-logo">
|
<small className="website-rights">Marco Camenzind © 2021</small>
|
||||||
<Link to="/" className="social-logo">
|
|
||||||
TRVL <i className="fab fa-typo3"></i>
|
|
||||||
</Link>
|
|
||||||
</div>
|
|
||||||
<small className="website-rights">TRVL © 2</small>
|
|
||||||
<div className="social-icons">
|
|
||||||
<Link
|
|
||||||
className="social-icon-link facebook"
|
|
||||||
to="/"
|
|
||||||
target="_blank"
|
|
||||||
aria-label="Facebook"
|
|
||||||
>
|
|
||||||
<i className="fab fa-facebook-f"></i>
|
|
||||||
</Link>
|
|
||||||
<Link
|
|
||||||
className="social-icon-link instagram"
|
|
||||||
to="/"
|
|
||||||
target="_blank"
|
|
||||||
aria-label="Instagram"
|
|
||||||
>
|
|
||||||
<i className="fab fa-instagram"></i>
|
|
||||||
</Link>
|
|
||||||
<Link
|
|
||||||
className="social-icon-link linkedin"
|
|
||||||
to="/"
|
|
||||||
target="_blank"
|
|
||||||
aria-label="LinkedIn"
|
|
||||||
>
|
|
||||||
<i className="fab fa-linkedin"></i>
|
|
||||||
</Link>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue