We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd107fd commit c21f80fCopy full SHA for c21f80f
1 file changed
src/config/social.ts
@@ -26,8 +26,7 @@ export const SOCIAL_SITES: {
26
href: (username: string) => `https://github.com/${username}`,
27
},
28
[SOCIAL_SITE_IDS.GITLAB]: {
29
- shieldBadge:
30
- 'https://img.shields.io/badge/gitlab-330F63.svg?&style=for-the-badge&logo=gitlab&logoColor=white',
+ shieldBadge: 'https://img.shields.io/badge/gitlab-330F63.svg?&style=for-the-badge&logo=gitlab&logoColor=white',
31
title: 'Gitlab',
32
href: (username: string) => `https://gitlab.com/${username}`,
33
0 commit comments