function TopCommunityContributors()

in src/components/Team/Contributor.tsx [80:98]


function TopCommunityContributors() {
  return (
    <div className="py-[60px] sm:py-5 mobile:py-4">
      <h2
        className="
    text-primary-800 font-semibold
      text-heading1 sm:text-heading3
      mb-[64px] sm:mb-[32px] mobile:mb-[24px]
      "
      >
        Top Community Contributors
      </h2>
      <iframe
        className="w-[100%] h-[601px] mobile:h-[542px]"
        src="https://grafana-lake.demo.devlake.io/grafana/d/r_ruegRVz/bi-weekly-community-retro-for-community-huddle?orgId=1&var-repo_id=github:GithubRepo:1:484251804&var-repo_id=github:GithubRepo:1:384111310&var-issue_type=All&var-interval=14&viewPanel=52"
      />
    </div>
  );
}