chore: remove orphaned settings-heading partial

settings-heading.blade.php was a Livewire settings layout partial with no
remaining references after the settings Vue migration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ovidiu U
2026-04-11 13:27:47 +01:00
parent 25770445bc
commit 977ae8a5a1

View File

@@ -1,5 +0,0 @@
<div class="relative mb-6 w-full">
<flux:heading size="xl" level="1">{{ __('Settings') }}</flux:heading>
<flux:subheading size="lg" class="mb-6">{{ __('Manage your profile and account settings') }}</flux:subheading>
<flux:separator variant="subtle" />
</div>