Skip to content

Commit

Permalink
Modified Social Media Component to be transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Sep 4, 2023
1 parent 4ae5464 commit a252d25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FaFacebookF } from "react-icons/fa";
function SocialMediaComponent() {

return (
<div className="m-auto mt-5 h-6 bg-gray-800 p-6 w-36">
<div className="m-auto mt-5 h-6 transparent-black-background p-6 w-36 rounded-2xl">
<a href="https://www.instagram.com/thehackru/" target="_blank" >< FaInstagram style={{ marginTop: "-11px", marginLeft: "-8px" }} size="25px" color="white" /></a>
<a href="https://twitter.com/theHackRU" target="_blank" >< FaTwitter style={{ marginTop: "-24px", marginLeft: "41px" }} size="22px" color="white" /></a>
<a href="https://www.facebook.com/theHackRU/" target="_blank" >< FaFacebookF style={{ marginTop: "-24px", marginLeft: "82px" }} size="23px" color="white" /></a>
Expand Down

0 comments on commit a252d25

Please sign in to comment.