]> git.cworth.org Git - lmno.games/commitdiff
Stop abusing the JavaScript back-tick syntax within JSX
authorCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 00:34:06 +0000 (17:34 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 00:34:06 +0000 (17:34 -0700)
JSX already lets us implicitly combine adjacent string literals
together so it's simpler to not use the JavaScript back-tick syntax
but instead simply pop back to JSX when we need some literal string
content.


No differences found