Skip to content

Commit

Permalink
refactor: team page and ci trigeer
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabubx7 committed Oct 15, 2024
1 parent c3e8986 commit 8948a77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const members = [
title: 'Creator',
links: [
{ icon: 'github', link: 'https://github.com/mahabubx7' },
// { icon: '', link: ''},
{ icon: 'linkedin', link: 'https://linkedin.com/in/mahabubx7' }
]
},
Expand All @@ -28,10 +29,10 @@ const members = [
<template #title>
Our Team
</template>
<template #lead>
<!-- <template #lead>
The development of VitePress is guided by an international
team, some of whom have chosen to be featured below.
</template>
</template> -->
</VPTeamPageTitle>
<VPTeamMembers
:members="members"
Expand Down

0 comments on commit 8948a77

Please sign in to comment.