Skip to content

Commit

Permalink
Merge pull request #92 from su-its/fix/game-screen/text
Browse files Browse the repository at this point in the history
fix: リザルトの「正解率」->「正打率」
  • Loading branch information
KinjiKawaguchi authored Apr 5, 2024
2 parents 824e75b + 199665f commit 8f5596a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typing-app/src/components/templates/GameResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const GameResult: React.FC<GameResultProps> = ({ nextPage, resultScore }) => {
</GridItem>
<GridItem colSpan={3} colStart={3} rowStart={8} className={styles.centerText}>
<Text fontSize="2xl" textAlign="center">
正解率
正打率
</Text>
</GridItem>
<GridItem colSpan={3} colStart={6} rowStart={3} className={styles.centerText}>
Expand Down

0 comments on commit 8f5596a

Please sign in to comment.