function TeamProfileCardCol()

in src/components/TeamProfileCards/index.tsx [72:76]


function TeamProfileCardCol(props: ProfileProps) {
  return (
    <TeamProfileCard {...props} className={'col col--6 margin-bottom--lg'} />
  );
}