Skip to content

Commit

Permalink
Merge branch 'feature/rule' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chiachunho committed May 28, 2021
2 parents 251b9fd + 7cae7d2 commit 4da18a3
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 158 deletions.
2 changes: 2 additions & 0 deletions mysite/frontend/src/components/game/GamePlaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ function OtherGamePlayer(props) {
return (
<Col xs={4} lg={6} className={'px-2 my-2'}>
<Button
className={'text-wrap'}
variant={props.nowPlaying ? 'brown' : 'outline-brown'}
size={'sm'}
block={true}
Expand Down Expand Up @@ -287,6 +288,7 @@ function SelfGamePlayer(props) {
<Col xs={8} lg={12} className={'px-2'}>
<TutorialOverlayTrigger placement={'top'} overlay={overlay} show={showPosition === 'SELF_BTN'}>
<Button
className={'text-wrap'}
variant={props.nowPlaying ? 'brown' : 'outline-brown'}
block={true}
size={''}
Expand Down
Binary file added mysite/frontend/src/images/rules/board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4da18a3

Please sign in to comment.