Skip to content

Commit

Permalink
feat: remove projects (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelto authored Oct 21, 2023
1 parent 5c7973a commit 53c33f2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,10 @@ let githubprojects = [
name: 'schmelto/100-days-of-code',
icon: 'description',
},
{
name: 'schmelto/NewsApp',
icon: 'article',
},
{
name: 'schmelto/Portfolio',
icon: 'person',
},
{
name: 'schmelto/ImpactHackathon',
icon: 'home',
},
}
];

githubprojects.forEach((project) => {
Expand Down

0 comments on commit 53c33f2

Please sign in to comment.