Skip to content

Commit

Permalink
0.5. Заголовок игры jupiter-1
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
Mayrinika committed Apr 30, 2021
1 parent 1e49985 commit d8e0a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClientApp/src/components/App/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class App extends React.Component {
return (
<div className={styles.root}>
{instructionOpen && <Instruction onClose={this.closeInstruction} />}
<h1 className={styles.title}>COVID-симулятор</h1>
<h1 className={styles.title}>Симулятор COVID</h1>
<Field map={map} people={people} onClick={this.personClick} />
</div>
);
Expand Down

0 comments on commit d8e0a03

Please sign in to comment.