fix: Update service icon background color to blue in header

This commit is contained in:
2025-08-21 18:01:48 +05:45
parent 3148715b73
commit 622b9e9445

View File

@@ -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>