We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd17962 commit 523b37fCopy full SHA for 523b37f
resources/views/livewire/settings/appearance.blade.php
@@ -9,7 +9,7 @@
9
<section class="w-full">
10
@include('partials.settings-heading')
11
12
- <x-settings.layout :heading="__('Appearance')" :subheading=" __('Update the appearance settings for your account')">
+ <x-settings.layout :heading="__('Appearance')" :subheading="__('Update the appearance settings for your account')">
13
<flux:radio.group x-data variant="segmented" x-model="$flux.appearance">
14
<flux:radio value="light" icon="sun">{{ __('Light') }}</flux:radio>
15
<flux:radio value="dark" icon="moon">{{ __('Dark') }}</flux:radio>
0 commit comments