Skip to content

Commit

Permalink
fix: update user interest logo error for machine learning (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhav1206 authored Aug 3, 2023
1 parent 3488311 commit a286eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/atoms/LanguagePill/LanguagePill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import JavascriptIcon from "img/icons/interests/javascript.svg";
import ReactIcon from "/img/icons/interests/react.svg";
import PythonIcon from "/img/icons/interests/python.svg";
import AIIcon from "/img/icons/interests/ai.svg";
import MLIcon from "/img/icons//interests/machine-learning.svg";
import MLIcon from "/img/icons/interests/machine-learning.svg";
import RustIcon from "/img/icons/interests/rust.svg";
import PhpIcon from "/img/icons/interests/php.svg";
import CsharpIcon from "/img/icons/interests/c-sharp.svg";
Expand Down

0 comments on commit a286eda

Please sign in to comment.