diff --git a/apps/web/src/components/landing/Team.tsx b/apps/web/src/components/landing/Team.tsx index 627acb62..3decd7e4 100644 --- a/apps/web/src/components/landing/Team.tsx +++ b/apps/web/src/components/landing/Team.tsx @@ -51,7 +51,7 @@ const CarouselDefault = () => { diff --git a/apps/web/src/components/landing/TeamCard.tsx b/apps/web/src/components/landing/TeamCard.tsx index 889e49b3..fa2ff679 100644 --- a/apps/web/src/components/landing/TeamCard.tsx +++ b/apps/web/src/components/landing/TeamCard.tsx @@ -64,7 +64,8 @@ export default function TeamCard({ person }: TeamCardProps) { textColor = "white"; break; case "Outreach": - borderColor = "linear-gradient(to bottom right, #161D6F, #0B2F9F, #161D6F)"; + borderColor = + "linear-gradient(to bottom right, #161D6F, #0B2F9F, #161D6F)"; mainColor = "#98DED9"; glowColor = "#C7FFD8"; textColor = "white";