Fixed card links

This commit is contained in:
pepper 2021-01-17 22:53:39 -05:00
parent 7e23087bb5
commit 2d4442fe76

View File

@ -44,7 +44,7 @@ class Cards extends Component {
{this.waitingMig()}
</div>
<div className="card-action">
<a href="/upcoming-migrations">waiting</a>
<a href="/pending-terminations">waiting</a>
</div>
</div>
</div>
@ -56,7 +56,7 @@ class Cards extends Component {
{this.completedMig()}
</div>
<div className="card-action">
<a href="/historical-migrations">complete</a>
<a href="/completed">complete</a>
</div>
</div>
</div>
@ -67,7 +67,7 @@ class Cards extends Component {
{this.missedMig()}
</div>
<div className="card-action">
<a href="/historical-migrations">missed</a>
<a href="/missed">missed</a>
</div>
</div>
</div>