Skip to content

Commit c7e9aca

Browse files
Pranesh RaguPranesh Ragu
authored andcommitted
Github added skills
1 parent 9a3b964 commit c7e9aca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/sections/Projects.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ const Projects = () => {
3939
const filterCategories = [
4040
{ id: 'all', name: 'All' },
4141
{ id: 'python', name: 'Python' },
42-
{ id: 'node', name: 'Node.js' }
42+
{ id: 'node', name: 'Node.js' },
43+
{id: 'react', name: 'React'}
4344
]
4445

4546
const filteredProjects = allProjects.filter(project => {

0 commit comments

Comments
 (0)