diff --git a/packages/app/src/app/contributors/_components/ContributorsList.tsx b/packages/app/src/app/contributors/_components/ContributorsList.tsx new file mode 100644 index 00000000..0840060a --- /dev/null +++ b/packages/app/src/app/contributors/_components/ContributorsList.tsx @@ -0,0 +1,31 @@ +import Contributor from "./contributor" +import { GitHubContributor, contributors } from "../_helpers/types" +interface contributerListProps { + contributors: contributors; + sliceStartIndex: number; + sliceEndIndex: number; + contributorCommitActivities: any; +} +const Contributors = ({contributors,sliceStartIndex,sliceEndIndex,contributorCommitActivities}:contributerListProps) => { + return ( +
Effective Date: [Date]
- -Welcome to CodeRacer! These Terms of Service ("Terms") constitute a legal agreement between you and CodeRacer. Please read these Terms carefully before using our platform, which is accessible at https://code-racer-eight.vercel.app/. By using CodeRacer, you agree to be bound by these Terms.
+Welcome to CodeRacer! These Terms of Service Terms constitute a legal agreement between you and CodeRacer. Please read these Terms carefully before using our platform, which is accessible at https://code-racer-eight.vercel.app/. By using CodeRacer, you agree to be bound by these Terms.
@@ -45,7 +43,7 @@ const page = () => {
- 6.1. Disclaimer: CodeRacer is provided "as is," and we make no warranties or representations about the accuracy or reliability of the platform. Your use of CodeRacer is at your own risk. + 6.1. Disclaimer: CodeRacer is provided as is, and we make no warranties or representations about the accuracy or reliability of the platform. Your use of CodeRacer is at your own risk.