Skip to content

Commit 0243ab0

Browse files
committed
Update CoreTeam.tsx
1 parent 0a1b375 commit 0243ab0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/sections/CoreTeam.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const teamSections = [
3131
{ name: "Stephen Jenkins", url: "https://www.linkedin.com/in/stephenjenkins2/" },
3232
{ name: "Maanas Goel", url: "https://www.linkedin.com/in/maanas-goel/" },
3333
{ name: "Steven Black", url: "https://www.linkedin.com/in/steven-black-09322b31/" },
34+
{ name: "Luan Lopes", url: "https://www.linkedin.com/in/luan-lopes/" },
3435
],
3536
},
3637
{
@@ -83,7 +84,7 @@ const CoreTeam = () => {
8384
<h3 className="text-lg font-semibold text-foreground mb-3 pb-2 border-b border-border">
8485
{section.title}
8586
</h3>
86-
87+
8788
{section.subsections ? (
8889
<div className="space-y-4">
8990
{section.subsections.map((sub) => (

0 commit comments

Comments
 (0)