From 3c18d2f4b5d03be8b78259ee38aa2d4883db15e2 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 18 Jun 2026 14:12:32 +0000 Subject: [PATCH] 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 --- public/images/ladill-icons/hosting.svg | 12 ++++++++++++ .../views/hosting/panel/partials/sidebar.blade.php | 4 +--- resources/views/partials/hosting-icon.blade.php | 2 ++ 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 public/images/ladill-icons/hosting.svg create mode 100644 resources/views/partials/hosting-icon.blade.php diff --git a/public/images/ladill-icons/hosting.svg b/public/images/ladill-icons/hosting.svg new file mode 100644 index 0000000..b529514 --- /dev/null +++ b/public/images/ladill-icons/hosting.svg @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/resources/views/hosting/panel/partials/sidebar.blade.php b/resources/views/hosting/panel/partials/sidebar.blade.php index 984c036..11de584 100644 --- a/resources/views/hosting/panel/partials/sidebar.blade.php +++ b/resources/views/hosting/panel/partials/sidebar.blade.php @@ -115,9 +115,7 @@ {{-- Logo/Header --}}
- - - + @include('partials.hosting-icon', ['class' => 'h-4 w-4 brightness-0 invert'])

{{ $panelRuntime->label() }}

diff --git a/resources/views/partials/hosting-icon.blade.php b/resources/views/partials/hosting-icon.blade.php new file mode 100644 index 0000000..2136a30 --- /dev/null +++ b/resources/views/partials/hosting-icon.blade.php @@ -0,0 +1,2 @@ +@props(['class' => 'h-8 w-8']) +Hosting