Skip to content

Commit 4aa8ba8

Browse files
committed
chore: todos moved into the issues
1 parent e43ac52 commit 4aa8ba8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

apps/site/components/Common/Supporters/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ type SupportersListProps = {
99
supporters: Array<Supporters>;
1010
};
1111

12-
// TODO: Sort supporters by all time contribution amount and link to their Open Collective page
1312
const SupportersList: FC<SupportersListProps> = ({ supporters }) => (
1413
<div className="flex max-w-full flex-wrap items-center justify-center gap-1">
1514
{supporters.map(({ name, image }, i) => (

apps/site/next-data/generators/supportersData.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@ async function fetchOpenCollectiveData() {
2323
return members;
2424
}
2525

26-
// TODO: implement github sponsors data fetching
27-
// TODO: implement ramdomizing of supporters
28-
2926
export { fetchOpenCollectiveData };

0 commit comments

Comments
 (0)