fix: Correct data-target attribute and format image tag in universities section
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
<p class="text-white text-16 lg:text-12 mb-0 pt-20">{{ $counter->title }}</p>
|
||||
<p class="text-white lg:text-30 text-54 m-0 p-0 font-bold"><span class="counter"
|
||||
data-target="50">{{ $counter->counter }}</span>+</p>
|
||||
data-target="{{ $counter->counter }}">{{ $counter->counter }}</span>+</p>
|
||||
</div>
|
||||
</div>
|
||||
@endforeach
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<div class="uni-video">
|
||||
<div class="container">
|
||||
<img src="{{ asset('raffles/assets/images/video/raffles-20years.gif')}}" alt="">
|
||||
<img src="{{ asset('raffles/assets/images/video/raffles-20years.gif') }}" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user