Skip to content

Commit

Permalink
Merge pull request #6956 from tblackwe/master
Browse files Browse the repository at this point in the history
Adding ID to Lobby hover text
  • Loading branch information
NoahTheDuke authored Jul 6, 2023
2 parents c62dd1c + 63d4485 commit eec7a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/nr/utils.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
[faction id]
(letfn [(icon-span [css-faction]
[:span.faction-icon {:class css-faction
:title (str " " faction)}])]
:title (str faction " - " id)}])]
(case faction
"Adam" (icon-span "adam")
"Anarch" (icon-span "anarch")
Expand Down

0 comments on commit eec7a51

Please sign in to comment.