Skip to content

Commit 3ee1237

Browse files
authored
Update gitprofile.config.ts
Blanked out 'My Projects' sections
1 parent eb69bfa commit 3ee1237

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

gitprofile.config.ts

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,12 @@ const CONFIG = {
3333
// To hide the `External Projects` section, keep it empty.
3434
projects: [
3535
{
36-
title: 'Audio Speed-Changer and Reverb',
36+
title: '',
3737
description:
38-
'Create slowed, sped-up, and reverbed versions of your favourite songs',
39-
imageUrl:
4038
'',
41-
link: 'https://github.com/krish-134/Audio-Speed-Changer-and-Reverb',
42-
},
43-
{
44-
title: 'Music-Listening Tracker',
45-
description:
46-
'Record musicians and songs into a music library and view the time you have spent listening to them!',
47-
imageUrl:
48-
'',
49-
link: 'https://github.com/krish-134/Music-Listening-Tracker',
50-
},
51-
{
52-
title: 'Pong-Game',
53-
description:
54-
'Enjoy a classic gaming experience with this recreation of Pong in java!',
5539
imageUrl:
5640
'',
57-
link: 'https://github.com/krish-134/Pong-Game',
41+
link: '',
5842
},
5943
],
6044
},

0 commit comments

Comments
 (0)