Skip to content

Commit

Permalink
more natural positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
NBKelly committed Sep 5, 2024
1 parent d798bc2 commit 9bcdaee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cljs/nr/game_row.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@
[:span.format-label (tr [:lobby.format "Format"]) ": "]
[:span.format-type (tr-format (slug->format fmt "Unknown"))]
[precon-span precon]
[:span.format-singleton (str (when singleton? (str " " (tr [:lobby.singleton-b "(singleton)"]))))]])
[:span.format-singleton (str (when singleton? (str " " (tr [:lobby.singleton-b "(singleton)"]))))]
[precon-under-span precon]])

(defn- time-since
"Helper method for game-time. Computes how many minutes since game start"
Expand Down Expand Up @@ -229,6 +230,5 @@
[game-title state user game]
[mod-menu-popup state user game]
[game-format game]
[precon-under-span (:precon game)]
[game-time game]
[players-row game]]))

0 comments on commit 9bcdaee

Please sign in to comment.