Skip to content

Commit 641eac6

Browse files
authored
Update gitprofile.config.ts
removed empty quotes in the 'My Projects' fill ins
1 parent 8591e03 commit 641eac6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gitprofile.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ const CONFIG = {
3333
// To hide the `External Projects` section, keep it empty.
3434
projects: [
3535
{
36-
title: '',
36+
title: ,
3737
description:
38-
'',
38+
,
3939
imageUrl:
40-
'',
41-
link: '',
40+
,
41+
link: ,
4242
},
4343
],
4444
},

0 commit comments

Comments
 (0)