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 dc73337 commit 0a3ac75Copy full SHA for 0a3ac75
resources/views/components/settings/layout.blade.php
@@ -7,6 +7,8 @@
7
<flux:navlist.item :href="route('settings.password')" wire:navigate>{{ __('Password') }}</flux:navlist.item>
8
<flux:navlist.item :href="route('settings.appearance')" wire:navigate>{{ __('Appearance') }}
9
</flux:navlist.item>
10
+ <flux:navlist.item :href="route('settings.update')" wire:navigate>{{ __('Update') }}
11
+ </flux:navlist.item>
12
</flux:navlist>
13
</div>
14
0 commit comments