Skip to content

Commit 37dfcf9

Browse files
committed
add new contributors to about page
1 parent 1923e0f commit 37dfcf9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/components/About.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const About: React.FC = React.memo(() => {
1414
* Feel free to change the header for the list of names.
1515
*
1616
*/
17-
const nameArray: JSX.Element[] = ['Brisa', 'Kelsi', 'Lucie', 'Jeffrey', 'Justin'].map(name => {
17+
const nameArray: JSX.Element[] = ['Haoyu', 'Edwin', 'Tyler', 'Eisha'].map(name => {
1818
return (
1919
<span style={currentMode} className="text">
2020
<p>{`${name}`}</p>
@@ -49,7 +49,8 @@ const About: React.FC = React.memo(() => {
4949
<p style={currentMode} className="text">
5050
Snow, Taylor, Tim, Roberto, Nachiket, Tiffany, Bruno, Danny, Vince, Matt, Derek, Kit,
5151
Grace, Jen, Patty, Stella, Michael, Ronelle, Todd, Greg, Brianna, Brian, Alon, Alan,
52-
Ousman, Ben, Chris, Jenae, Tim, Kirk, Jess, William, Alexander, Elisa, Josh, Troy, Gahl
52+
Ousman, Ben, Chris, Jenae, Tim, Kirk, Jess, William, Alexander, Elisa, Josh, Troy, Gahl,
53+
Brisa, Kelsi, Lucie, Jeffrey, Justin
5354
</p>
5455
<br />
5556
</div>

app/containers/Resource.html

Whitespace-only changes.

0 commit comments

Comments
 (0)