Fixed a small issue.
This commit is contained in:
parent
76c66a987d
commit
68366febe8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="col-xs-6 col-sm-3 text-center">
|
<div class="col-xs-6 col-sm-3 text-center">
|
||||||
<a href="{{ route('admin.extensions.blueprint.index') }}"><button class="btn btn-gray btn-row"><img src="/assets/extensions/blueprint/logo.jpg" alt="logo" class="img-btn"> Blueprint <small>{{ $bp->version() }}</small></button></a>
|
<a href="{{ route('admin.extensions.blueprint.index') }}"><button class="btn btn-gray btn-row" style="width:100%;"><img src="/assets/extensions/blueprint/logo.jpg" alt="logo" class="img-btn"> Blueprint <small>{{ $bp->version() }}</small></button></a>
|
||||||
</div>
|
</div>
|
||||||
<!-- blueprint.replace -->
|
<!-- blueprint.replace -->
|
||||||
@endsection
|
@endsection
|
Loading…
Reference in a new issue