Skip to content

Commit 7183153

Browse files
committed
fix: 'Special Contributors' to 'Special Contributor'
1 parent 1ac01f9 commit 7183153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/theme/components/ProjectTeam.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ const coreMembers = [
1212
}, {
1313
avatar: avatar('willkroboth'),
1414
name: 'Will Kroboth',
15-
title: '✨ Special Contributors',
15+
title: '✨ Special Contributor',
1616
links: [
1717
githubSocialLink('willkroboth')
1818
]
1919
}, {
2020
avatar: avatar('DerEchtePilz'),
2121
name: 'DerEchtePilz',
22-
title: '✨ Special Contributors',
22+
title: '✨ Special Contributor',
2323
links: [
2424
githubSocialLink('DerEchtePilz')
2525
]

0 commit comments

Comments
 (0)