kumar-aditya commited on
Commit
11b620f
·
verified ·
1 Parent(s): c6c1165

Update src/components/Skills.jsx

Browse files
Files changed (1) hide show
  1. src/components/Skills.jsx +1 -0
src/components/Skills.jsx CHANGED
@@ -23,6 +23,7 @@ export default function Skills() {
23
  { id: 8, name: "Python", icon: <FaPython size={50} /> },
24
  { id: 9, name: "PostgreSQL", icon: <BiLogoPostgresql size={50} /> },
25
  { id: 10, name: "MongoDb", icon: <FaDatabase size={50} /> },
 
26
  ]);
27
 
28
  const [experiences] = useState([
 
23
  { id: 8, name: "Python", icon: <FaPython size={50} /> },
24
  { id: 9, name: "PostgreSQL", icon: <BiLogoPostgresql size={50} /> },
25
  { id: 10, name: "MongoDb", icon: <FaDatabase size={50} /> },
26
+ { id: 11, name: "LeetCode", icon: <img src={leetcodeLogo} alt="LeetCode" className="w-12 h-12" /> },
27
  ]);
28
 
29
  const [experiences] = useState([