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