Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/PreviousExecTeam/PreviousExecTeam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const PreviousExecTeam = () => {
handleClick={handleLeftArrow}
isDisabled={getSelectedYearIndex() === 0}
/>
<div className="mx-1 rounded-lg border border-gray-300 bg-transparent px-8 py-2 text-lg text-gray-800 transition-colors duration-300">
<div className="mx-1 px-8 py-2 text-lg text-gray-800">
<div>{selectedYear}</div>
</div>
<ChevronButton
Expand Down Expand Up @@ -83,7 +83,7 @@ const PreviousExecTeam = () => {
<div className="rounded-lg bg-gray-100 py-4" key={index}>
<div style={{ justifyContent: "center" }}>
<a
className="mb-2 text-xl font-bold text-black transition-colors duration-200 hover:text-[#4dd6a8] hover:underline"
className="mb-2 text-xl font-bold text-black transition-colors duration-200 hover:text-primary-green hover:underline"
href={member.linkedin_url}
rel="noopener noreferrer"
target="_blank"
Expand Down