export function Contributor()

in src/components/Team/Contributor.tsx [24:59]


export function Contributor() {
  const [selectedDate, setSelectedDate] = useState(meau[0]);
  return (
    <div className="relative">
      <TeampageBottomBG />
      <div className="relative z-10">
        <div className="py-[60px] sm:py-5 mobile:py-4">
          <h2
            className="
    text-primary-800 font-semibold
      text-heading1 sm:text-heading3
      mb-[16px] sm:mb-[12px] mobile:mb-[12px]
      "
          >
            Contributors
          </h2>
          <p className="text-label18 font-normal text-neutral-500 mb-[64px] sm:mb-[32px] mobile:mb-[24px] ">
            New contributors are always welcomed by our community. You will be
            awarded with a certificate once your first PRs get merged into the
            codebase.
          </p>
          <div>
          <div className="
            flex justify-between mobile:block
            h-[30px] sm:h-[24px] mobile:h-[60px] 
            mt-7 sm:mt-5 mobile:mt-4
            mb-4 sm:mb-3 mobile:mb-[18px]
            ">
              <h3 className="
                text-primary-800 font-semibold
                  text-heading2 sm:text-label18 mobile:text-label16Lake
              ">
                New Contributors
              </h3>
              <div className="relative">
                <Dropdown meau={meau} label={selectedDate} click={(select) => setSelectedDate(select)}/>