Skip to content

Commit

Permalink
fix: add missing comas
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Jun 25, 2024
1 parent cedd95a commit 9141727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ export default defineComponent({
},
{
name: 'Muhammad Salman',
description: 'Software Engineer and UI Designer'
image: '/assets/images/pics/muhdsalm.png'
description: 'Software Engineer and UI Designer',
image: '/assets/images/pics/muhdsalm.png',
links: {
githubUsername: 'muhdsalm'
githubUsername: 'muhdsalm',
},
},
];
Expand Down

0 comments on commit 9141727

Please sign in to comment.