Further updates on 29-10-25
This commit is contained in:
@ -129,7 +129,7 @@ const TeamListing: React.FC<TeamListingProps> = ({
|
||||
<h3 className="text-lg font-medium mb-2 group-hover:opacity-70 transition-opacity" style={{ color: '#012068' }}>
|
||||
{member.name}
|
||||
</h3>
|
||||
<p className="text-sm leading-relaxed" style={{ color: '#333' }}>
|
||||
<p className="text-sm leading-relaxed" style={{ color: '#e64838' }}>
|
||||
{member.position}
|
||||
</p>
|
||||
{member.department && (
|
||||
@ -138,7 +138,7 @@ const TeamListing: React.FC<TeamListingProps> = ({
|
||||
</p>
|
||||
)}
|
||||
{member.specialty && (
|
||||
<p className="text-xs mt-1 font-medium" style={{ color: '#e64838' }}>
|
||||
<p className="text-xs mt-1 font-medium" style={{ color: '#333' }}>
|
||||
{member.specialty}
|
||||
</p>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user