Skip to content

Commit

Permalink
Merge pull request #171 from nakul-py/feat
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py authored Nov 1, 2024
2 parents b44e89d + 45142fb commit ef8d0bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { useState } from "react";
import Curiologo from "../assets/images/Csmall.png";
import "./header.css";
import { Link, BrowserRouter as Router } from "react-router-dom";
import { FaGithub, FaLinkedin, FaTwitter } from "react-icons/fa";
import { FaGithub, FaLinkedin, FaXTwitter } from "react-icons/fa6";

const HeaderCurio = () => {
//Used to toggle the hamburger menu
Expand Down Expand Up @@ -55,7 +55,7 @@ const HeaderCurio = () => {
rel="noopener noreferrer"
>
<div className="twitter_icon">
<FaTwitter />
<FaXTwitter/>
</div>
</a>
</div>
Expand Down Expand Up @@ -150,7 +150,7 @@ const HeaderCurio = () => {
rel="noopener noreferrer"
>
<div className="twitter_icon">
<FaTwitter />
<FaXTwitter />
</div>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
}

.twitter_icon:hover svg {
color: #26a7de;
color: #ffffff;
}

@media only screen and (min-width: 768px) {
Expand Down

0 comments on commit ef8d0bc

Please sign in to comment.