Skip to content

Commit 850efb2

Browse files
author
Leonidas
committed
docs: add new contributors to our 300
1 parent a192292 commit 850efb2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ Our initial 300 contributors and sponsors are featured here and on the front pag
190190
152. [DanGM96](https://github.com/DanGM96)
191191
153. [possibleo](https://github.com/possibleo)
192192
154. [suprasannaojha](https://github.com/suprasannaojha)
193+
155. [dolanmiu](https://github.com/dolanmiu)
194+
156. [khocef](https://github.com/khocef)
193195

194196
### Sponsor spartan
195197

apps/app/src/app/pages/(home)/components/three-hundred.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ export class ThreeHundred {
197197
'DanGM96',
198198
'possibleo',
199199
'suprasannaojha',
200+
'dolanmiu',
201+
'khocef',
200202
];
201203
protected readonly _contributorCountRoundedToNextMultipleOf10 = Math.ceil(this._contributors.length / 10) * 10;
202204
protected readonly _countNeededToGetToNextMultipleOf10 =

0 commit comments

Comments
 (0)