Skip to content

Commit

Permalink
Merge pull request #17 from RileyManda/f/experience
Browse files Browse the repository at this point in the history
Upate:email contact
  • Loading branch information
RileyManda authored Dec 11, 2023
2 parents 03a5bdf + e4223ec commit da4edec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FaTwitter, FaGithub, FaStackOverflow, FaLinkedin, FaMedium } from 'react-icons/fa';
import Stack from 'react-bootstrap/Stack';

import { MdEmail } from "react-icons/md";
const Footer =()=> {
return (
<div> <footer className="footer">
Expand Down Expand Up @@ -31,6 +31,11 @@ const Footer =()=> {
<FaTwitter style={{ color: 'white' }} />
</a>
</div>
<div className="p-2">
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">
<MdEmail style={{ color: 'white' }} />
</a>
</div>



Expand Down

0 comments on commit da4edec

Please sign in to comment.