Skip to content

Commit 16e1fd4

Browse files
committed
final clean up, edited readme, removed old code
1 parent 179aeb5 commit 16e1fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Home/Contributors.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default function Contributors() {
197197
const profiles = [] as React.ReactNode[];
198198
for (let i = profileList.length - 1; i >= 0; i--) {
199199
profiles.push(<Profile props={profileList[i]} key={`contributor${i}`} />)
200-
}
200+
};
201201

202202
return (
203203
<div className="contributors container my-24 mx-auto px-6">
@@ -209,4 +209,4 @@ export default function Contributors() {
209209
</section>
210210
</div>
211211
);
212-
}
212+
};

0 commit comments

Comments
 (0)