You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/react/CreditsAboutModal.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ export default () => {
20
20
<divclassName={styles.contentWrapper}>
21
21
<smallclassName={styles.subtitle}><i>What if Minecraft was an online game?</i></small>
22
22
<pclassName={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:
24
24
</p>
25
25
<ulclassName={styles.list}>
26
26
<liclassName={styles.listItem}>- Everyone who provided awesome mods for the game</li>
0 commit comments