Skip to content

Commit

Permalink
for some fucking reason this tooltip is being dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhappy committed Mar 3, 2020
1 parent 1c58d04 commit 5c64133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Invasions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Invasions extends Component {
<div className="col">
<b data-tip={"started " + item.started}>{item.cog}</b>
<br />
<ReactTooltip place="right" type="dark" effect="solid" />
<ReactTooltip place="right" effect="solid" />
<span className="text-muted">
in <b>{item.district}</b>, ending {item.eta}
</span>
Expand Down

0 comments on commit 5c64133

Please sign in to comment.