Skip to content

Commit b14ea62

Browse files
authored
keep html tag same with volt comoponents (#71)
1 parent 6f674c3 commit b14ea62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: resources/views/livewire/settings/appearance.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
}; ?>
88

9-
<div class="flex flex-col items-start">
9+
<section class="w-full">
1010
@include('partials.settings-heading')
1111

1212
<x-settings.layout :heading="__('Appearance')" :subheading=" __('Update the appearance settings for your account')">
@@ -16,4 +16,4 @@
1616
<flux:radio value="system" icon="computer-desktop">{{ __('System') }}</flux:radio>
1717
</flux:radio.group>
1818
</x-settings.layout>
19-
</div>
19+
</section>

0 commit comments

Comments
 (0)