Skip to content

Commit c21f80f

Browse files
committed
lint
1 parent bd107fd commit c21f80f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/config/social.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ export const SOCIAL_SITES: {
2626
href: (username: string) => `https://github.com/${username}`,
2727
},
2828
[SOCIAL_SITE_IDS.GITLAB]: {
29-
shieldBadge:
30-
'https://img.shields.io/badge/gitlab-330F63.svg?&style=for-the-badge&logo=gitlab&logoColor=white',
29+
shieldBadge: 'https://img.shields.io/badge/gitlab-330F63.svg?&style=for-the-badge&logo=gitlab&logoColor=white',
3130
title: 'Gitlab',
3231
href: (username: string) => `https://gitlab.com/${username}`,
3332
},

0 commit comments

Comments
 (0)