Remove quick links

This commit is contained in:
Melvin Valster
2019-07-29 22:19:23 +02:00
parent 5e51eeb56d
commit ddac625759
-7
View File
@@ -60,13 +60,6 @@ export class Calculator extends React.PureComponent<Props> {
}
<span>Talent points: {availablePoints}</span>
</div>
<h4>Quick links (TODO)</h4>
<ul>
<li><Link to="/shaman/-5505000055523051-55">Shaman test</Link></li>
<li><Link to="/shaman/-5595000055523051-55">Shaman test broken</Link></li>
<li><Link to="/rogue/325323125551351-3253552122555155231-55225313333212151">Full Rogue (shouldn't be possible)</Link></li>
</ul>
</div>
)
}