diff --git a/src/components/farm/Board.jsx b/src/components/farm/Board.jsx index 64a40cf..2c66427 100644 --- a/src/components/farm/Board.jsx +++ b/src/components/farm/Board.jsx @@ -31,7 +31,7 @@ import { connect } from 'react-redux' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faUser, faUsers, faTractor, faWindowRestore, faDollarSign, faTimes, faAsterisk, faExchangeAlt, - faInfoCircle, faArrowUp } from '@fortawesome/free-solid-svg-icons' + faInfoCircle, faArrowUp, faAward } from '@fortawesome/free-solid-svg-icons' import { GroupBox, Row, Col, Button } from '../widgets.jsx' import SpaceNode from './SpaceNode.jsx' @@ -181,7 +181,9 @@ class ResourceUnit extends React.Component { {this.props.img ? () : ()} {this.props.children} {this.props.doubled ? ( -

x2!

+
+ +
) : (<>)} );