Files
isaaccladandCursor 3c18d2f4b5
Deploy Ladill Hosting / deploy (push) Successful in 43s
Use Ladill hosting icon in control panel sidebar.
Replace the generic server glyph with hosting.svg inside the existing purple header badge.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 14:12:32 +00:00

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])>