updated navigation menu font icons

This commit is contained in:
2020-04-29 22:53:18 -05:00
parent 4bf274196e
commit 73abaa1f66

View File

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