Use Ladill hosting icon in control panel sidebar.
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>
This commit is contained in:
isaacclad
2026-06-18 14:12:32 +00:00
co-authored by Cursor
parent 01325d3edf
commit 3c18d2f4b5
3 changed files with 15 additions and 3 deletions
@@ -115,9 +115,7 @@
{{-- Logo/Header --}}
<div class="flex h-14 items-center gap-3 border-b border-slate-200 px-4">
<div class="flex h-8 w-8 items-center justify-center rounded-lg bg-indigo-600">
<svg class="h-4 w-4 text-white" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M5.25 14.25h13.5m-13.5 0a3 3 0 0 1-3-3m3 3a3 3 0 1 0 0 6h13.5a3 3 0 1 0 0-6m-16.5-3a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3m-19.5 0a4.5 4.5 0 0 1 .9-2.7L5.737 5.1a3.375 3.375 0 0 1 2.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 0 1 .9 2.7m0 0a3 3 0 0 1-3 3m0 3h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Zm-3 6h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Z" />
</svg>
@include('partials.hosting-icon', ['class' => 'h-4 w-4 brightness-0 invert'])
</div>
<div class="min-w-0 flex-1">
<p class="truncate text-sm font-semibold text-slate-900">{{ $panelRuntime->label() }}</p>
@@ -0,0 +1,2 @@
@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])>