Skip to content

Commit

Permalink
chore: enhance team description
Browse files Browse the repository at this point in the history
  • Loading branch information
cab-mikee committed Dec 19, 2024
1 parent ce26081 commit f9de86c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/theme/components/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const coreTeamMembers: CoreTeam[] = [
twitter: 'chrisbbreuer',
bluesky: 'chrisbreuer.dev',
sponsors: true,
description: 'Open sourceror<br>Core Stacks team<br>Working at Stacks.js',
description: 'Open sourceror.<br>Core Stacks team.<br>Working at Stacks.js',
packages: ['core'],
functions: ['cloud', 'backend', 'frontend', 'ci/cd'],
},
Expand All @@ -53,7 +53,7 @@ const coreTeamMembers: CoreTeam[] = [
sponsors: false,
packages: ['core'],
functions: ['backend', 'frontend', 'desktop'],
description: 'A collaborative being<br>Core Stacks team <br> Working at Stacks.js',
description: 'Open sourceror.<br>Core Stacks team.<br>Working at Stacks.js',
},

{
Expand All @@ -62,7 +62,7 @@ const coreTeamMembers: CoreTeam[] = [
github: 'cab-mikee',
twitter: 'cab-mikee',
sponsors: false,
description: 'A collaborative being<br>Core Stacks team<br>Working at Stacks.js',
description: 'Open sourceror.<br>Core Stacks team.<br>Working at Stacks.js',
packages: ['core'],
functions: ['backend', 'frontend'],
},
Expand All @@ -72,7 +72,7 @@ const coreTeamMembers: CoreTeam[] = [
name: 'Zoltan',
github: 'konkonam',
sponsors: true,
description: 'Open sourceror<br>Core Stacks team.',
description: 'Open sourceror.<br>Core Stacks team.',
packages: ['core'],
functions: ['backend', 'frontend', 'desktop'],
},
Expand Down

0 comments on commit f9de86c

Please sign in to comment.