fix typo
This commit is contained in:
@@ -48,11 +48,9 @@ const publishedTeamMembers = await getCollection("team", ({ data }) => {
|
|||||||
|
|
||||||
<div class="mt-4 text-center">
|
<div class="mt-4 text-center">
|
||||||
<h2 class="text-lg text-gray-800">
|
<h2 class="text-lg text-gray-800">
|
||||||
{" "}
|
|
||||||
{teamMemberEntry.data.name}
|
{teamMemberEntry.data.name}
|
||||||
</h2>
|
</h2>
|
||||||
<h3 class="text-sm text-slate-500">
|
<h3 class="text-sm text-slate-500">
|
||||||
{" "}
|
|
||||||
{teamMemberEntry.data.title}
|
{teamMemberEntry.data.title}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user