updated navigation menu font icons

This commit is contained in:
2020-04-29 22:52:27 -05:00
parent 4ea3064a37
commit 4bf274196e

View File

@@ -228,7 +228,7 @@ class MoonLedgerController extends Controller
}
}
return view('moons.ledger.corpmoons')->with('miningLedgers', $miningLedgers)
return view('moons.ledger.rentalledger')->with('miningLedgers', $miningLedgers)
->with('structures', $structures);
}
}