Update edit-link.blade.php

This commit is contained in:
Julian Prieber 2022-11-14 11:28:35 +01:00
parent ce627e9a54
commit cfe44190c6

View File

@ -82,7 +82,7 @@ The 'Heading' button will be replaced with a sub-heading, where the title define
</div>
<div class="col">
<div class="card-body">
<h5 class="card-title mb-0">{{$lt['title']}}</h5>
<h5 style="color:#000!important;" class="card-title mb-0">{{$lt['title']}}</h5>
<p class="card-text text-muted">{{$lt['description']}}</p>
</div>
</div>
@ -99,8 +99,6 @@ The 'Heading' button will be replaced with a sub-heading, where the title define
</x-modal>
@endsection
@push("sidebar-scripts")