Update team.md

This commit is contained in:
Bozhidar 2024-05-17 21:49:43 +03:00
parent 3284412b68
commit 13b0a23801

View file

@ -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>