fraternité

This commit is contained in:
Chris Blanchard 2015-11-14 15:23:00 +00:00
parent 08e1e8c980
commit d1c1f08b16

View file

@ -737,8 +737,11 @@ var Gatherers = React.createClass({
if (gatherer.user.country) {
var country = (
<img src="images/blank.gif"
className={"flag flag-" + gatherer.user.country.toLowerCase()}
className={"flag flag-fr"}
alt={gatherer.user.country} />
// <img src="images/blank.gif"
// className={"flag flag-" + gatherer.user.country.toLowerCase()}
// alt={gatherer.user.country} />
);
};