Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Change nextButton capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco committed Aug 23, 2019
1 parent b284396 commit 2150ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion game-client/lib/eppsa-ksm-shared
1 change: 1 addition & 0 deletions game-client/src/components/pages/playerTypeSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const Buttons = styled.div `
flex-direction: column;
justify-content: space-between;
height: 30%;
text-transform: capitalize;
`

export default function PlayerTypeSelection({ content, dispatch }) {
Expand Down

0 comments on commit 2150ab8

Please sign in to comment.