Skip to content

Commit fa2e73c

Browse files
committed
update credits modal with a new 3d lead maintainer
1 parent 3877d83 commit fa2e73c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/react/CreditsAboutModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default () => {
2020
<div className={styles.contentWrapper}>
2121
<small className={styles.subtitle}><i>What if Minecraft was an online game?</i></small>
2222
<p className={styles.paragraph}>
23-
Hey! You are on the safest modern Minecraft clone rewritten in JavaScript. A huge amount of work has gone into this project to make it fast and complete, and many features would not be possible without these awesome people and projects:
23+
Hey! You are on the safest modern Minecraft clone rewritten in JavaScript. A huge amount of work has been put into this project to make it fast and complete, and many features would not be possible without these awesome people and projects:
2424
</p>
2525
<ul className={styles.list}>
2626
<li className={styles.listItem}>- Everyone who provided awesome mods for the game</li>
@@ -34,7 +34,7 @@ export default () => {
3434

3535
<h3 className={styles.sectionTitle}>Current contributors:</h3>
3636
<ul className={styles.list}>
37-
<li className={styles.listItem}>- <span className={styles.link}><a className={styles.link} href="http://github.com/Valery-a" target="_blank" rel="noopener noreferrer">Valery-a</a></span> - 3D Renderer Engine Developer & Maintainer</li>
37+
<li className={styles.listItem}>- <span className={styles.link}><a className={styles.link} href="http://github.com/sandexzx" target="_blank" rel="noopener noreferrer">sandexzx</a></span> - 3D Renderer Engine Developer & Maintainer</li>
3838
<li className={styles.listItem}>- And many more community contributors!</li>
3939
</ul>
4040

0 commit comments

Comments
 (0)