Skip to content

Commit f2de3ac

Browse files
committed
fix: removed 'Officers' header in meet the officers
1 parent 00bb3ec commit f2de3ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/sections/AboutUsMeetTheTeamSection.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export default function AboutUsMeetTheTeamSection() {
9090

9191
{/* Officers Section */}
9292
<div className="flex flex-col items-center mt-14 md:mt-20 gap-y-4">
93-
<h2 className="text-2xl text-black font-bold">Officers</h2>
9493
<ul className="grid grid-cols-2 xl:grid-cols-4 justify-items-center gap-y-4 md:gap-x-10 xl:gap-x-6">
9594
{officers.map((member, idx) => (
9695
<li key={member.id} className={getOfficerClass(idx)}>

0 commit comments

Comments
 (0)