Skip to content

Commit

Permalink
Merge pull request #44 from speedy-hackathon/0.5
Browse files Browse the repository at this point in the history
0.5. Заголовок игры jupiter-1
  • Loading branch information
yevgeniyredko authored Apr 30, 2021
2 parents 66a0eb4 + d8e0a03 commit b4eebce
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 b4eebce

Please sign in to comment.