feat(bpview): "Overview" box now has the "box-info" class if version is not outdated.

This commit is contained in:
purple 2023-11-07 12:57:41 +01:00
parent 8d24cef769
commit 2437f3ea79

View file

@ -19,7 +19,7 @@
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<!-- Overview -->
<div class="box @if($versionLatest != $bp->version()) box-danger @endif">
<div class="box @if($versionLatest != $bp->version()) box-danger @else box-info @endif">
<div class="box-header with-border">
<h3 class="box-title"><i class='bx bxs-shapes' style='margin-right:5px;'></i></i>Overview</h3>
</div>