Skip to content

Commit

Permalink
--changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsabu444 committed Jan 8, 2024
1 parent 0c18402 commit cb9c506
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 249 deletions.
6 changes: 3 additions & 3 deletions src/components/SiderBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FaInstagram } from "react-icons/fa6";
import { FaGithub } from "react-icons/fa";
import { FaLinkedin } from "react-icons/fa";
import { IoCalendarOutline } from "react-icons/io5";
import HackerIcon from '../assets/images/hacker.svg';
import { LiaSkullCrossbonesSolid } from "react-icons/lia";

function SiderBar() {

Expand Down Expand Up @@ -61,8 +61,8 @@ function SiderBar() {
<li className="contact-item">
<div className="icon-box">
<div className="service-icon-box">
<div className="hackericon">
<img src={HackerIcon} alt="hackericon" />
<div className="icon-box">
<LiaSkullCrossbonesSolid />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ article,
z-index: -1;
}

.icon-box ion-icon {
.icon-box .ion-icon {
--ionicon-stroke-width: 35px;
}

Expand Down
Loading

0 comments on commit cb9c506

Please sign in to comment.