fix: Update service icon background color to blue in header
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
@foreach ($tests as $test)
|
||||
<a href="{{ route('test.single', $test->slug) }}"
|
||||
class="service-item">
|
||||
<div class="service-icon ">
|
||||
<div class="service-icon blue-bg">
|
||||
<img src="{{ asset($test->image) }}"
|
||||
alt="">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user