mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update team.md
This commit is contained in:
parent
3284412b68
commit
13b0a23801
1 changed files with 11 additions and 3 deletions
14
docs/team.md
14
docs/team.md
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: clean
|
||||
layout: page
|
||||
sidebar: false
|
||||
title: The Team
|
||||
---
|
||||
<script setup>
|
||||
|
@ -7,7 +8,14 @@ title: The Team
|
|||
import { teamMembers } from "./_data/team";
|
||||
</script>
|
||||
|
||||
<VPTeamPage>
|
||||
|
||||
<style scoped>
|
||||
.VPTeamPage {
|
||||
margin-bottom: 96px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="VPTeamPage">
|
||||
<VPTeamPageTitle>
|
||||
<template #title>The Team</template>
|
||||
<template #lead>
|
||||
|
@ -26,4 +34,4 @@ title: The Team
|
|||
<VPTeamMembers size="small" :members="featuredContributors" />
|
||||
</template>
|
||||
</VPTeamPageSection> -->
|
||||
</VPTeamPage>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue