Deploy Ladill Hosting / deploy (push) Successful in 43s
Replace the generic server glyph with hosting.svg inside the existing purple header badge. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
195 B
PHP
3 lines
195 B
PHP
@props(['class' => 'h-8 w-8'])
|
|
<img src="{{ asset('images/ladill-icons/hosting.svg') }}?v={{ @filemtime(public_path('images/ladill-icons/hosting.svg')) ?: '1' }}" alt="Hosting" @class([$class])>
|