We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1b375 commit 0243ab0Copy full SHA for 0243ab0
1 file changed
src/components/sections/CoreTeam.tsx
@@ -31,6 +31,7 @@ const teamSections = [
31
{ name: "Stephen Jenkins", url: "https://www.linkedin.com/in/stephenjenkins2/" },
32
{ name: "Maanas Goel", url: "https://www.linkedin.com/in/maanas-goel/" },
33
{ name: "Steven Black", url: "https://www.linkedin.com/in/steven-black-09322b31/" },
34
+ { name: "Luan Lopes", url: "https://www.linkedin.com/in/luan-lopes/" },
35
],
36
},
37
{
@@ -83,7 +84,7 @@ const CoreTeam = () => {
83
84
<h3 className="text-lg font-semibold text-foreground mb-3 pb-2 border-b border-border">
85
{section.title}
86
</h3>
-
87
+
88
{section.subsections ? (
89
<div className="space-y-4">
90
{section.subsections.map((sub) => (
0 commit comments