We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1923e0f commit 37dfcf9Copy full SHA for 37dfcf9
app/components/About.tsx
@@ -14,7 +14,7 @@ const About: React.FC = React.memo(() => {
14
* Feel free to change the header for the list of names.
15
*
16
*/
17
- const nameArray: JSX.Element[] = ['Brisa', 'Kelsi', 'Lucie', 'Jeffrey', 'Justin'].map(name => {
+ const nameArray: JSX.Element[] = ['Haoyu', 'Edwin', 'Tyler', 'Eisha'].map(name => {
18
return (
19
<span style={currentMode} className="text">
20
<p>{`${name}`}</p>
@@ -49,7 +49,8 @@ const About: React.FC = React.memo(() => {
49
<p style={currentMode} className="text">
50
Snow, Taylor, Tim, Roberto, Nachiket, Tiffany, Bruno, Danny, Vince, Matt, Derek, Kit,
51
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
+ Ousman, Ben, Chris, Jenae, Tim, Kirk, Jess, William, Alexander, Elisa, Josh, Troy, Gahl,
53
+ Brisa, Kelsi, Lucie, Jeffrey, Justin
54
</p>
55
<br />
56
</div>
app/containers/Resource.html
0 commit comments