Skip to content

Commit

Permalink
Update Footer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
raxelf authored May 26, 2023
1 parent b5dcca5 commit 6776cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const Footer = () =>{
<div className="col-md-6 text-end">
<h6>Follow Us</h6>
<ul className="list-unstyled fs-6 mb-0">
<li><a href="https://www.facebook.com/koz.shop" target="_blank" style={{ color: '#0B8C75' }}><i className="bi bi-facebook"></i> Facebook</a></li>
<li><a href="https://www.instagram.com/koz.shop_/" target="_blank" style={{ color: '#0B8C75' }}><i className="bi bi-instagram"></i> Instagram</a></li>
<li><a href="YOUR_FACEBOOK" target="_blank" style={{ color: '#0B8C75' }}><i className="bi bi-facebook"></i> Facebook</a></li>
<li><a href="YOUR_INSTAGRAM" target="_blank" style={{ color: '#0B8C75' }}><i className="bi bi-instagram"></i> Instagram</a></li>
</ul>
</div>
</div>
Expand All @@ -33,4 +33,4 @@ const Footer = () =>{
</footer>
)
}
export default Footer;
export default Footer;

0 comments on commit 6776cfe

Please sign in to comment.