Skip to content

Commit

Permalink
Change position of div
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke authored Aug 15, 2019
1 parent c94392d commit a77705d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cljs/nr/gameboard.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1586,13 +1586,13 @@
me-current (r/cursor game-state [me-side :current])
me-play-area (r/cursor game-state [me-side :play-area])]
[:div
[starting-timestamp]
[rfg-view op-rfg "Removed from the game" true]
[rfg-view me-rfg "Removed from the game" true]
[play-area-view op-user "Temporary Zone" op-play-area]
[play-area-view me-user "Temporary Zone" me-play-area]
[rfg-view op-current "Current" false]
[rfg-view me-current "Current" false]
[starting-timestamp]])
[rfg-view me-current "Current" false]])
(when-not (= @side :spectator)
[button-pane {:side me-side :active-player active-player :run run :end-turn end-turn
:runner-phase-12 runner-phase-12 :corp-phase-12 corp-phase-12
Expand Down

0 comments on commit a77705d

Please sign in to comment.