Skip to content

Commit 523b37f

Browse files
authored
Removed forgotten space (#151)
1 parent dd17962 commit 523b37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/settings/appearance.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<section class="w-full">
1010
@include('partials.settings-heading')
1111

12-
<x-settings.layout :heading="__('Appearance')" :subheading=" __('Update the appearance settings for your account')">
12+
<x-settings.layout :heading="__('Appearance')" :subheading="__('Update the appearance settings for your account')">
1313
<flux:radio.group x-data variant="segmented" x-model="$flux.appearance">
1414
<flux:radio value="light" icon="sun">{{ __('Light') }}</flux:radio>
1515
<flux:radio value="dark" icon="moon">{{ __('Dark') }}</flux:radio>

0 commit comments

Comments
 (0)