Skip to content

Commit

Permalink
Merge pull request #23 from jako4295/19-larger-font-for-the-word-to-type
Browse files Browse the repository at this point in the history
Fixed small mistake
  • Loading branch information
jako4295 authored Jul 16, 2024
2 parents fa387cb + 6792f2c commit a672b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/game_page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ impl GameLogic {
}

Paragraph::new(vec![
text::Line::from(" "),
text::Line::from(" CrabType ".bold()),
text::Line::from(" "),
text::Line::from(" "),
text::Line::from(timer),
Expand Down

0 comments on commit a672b9d

Please sign in to comment.