Skip to content

Commit 0a3ac75

Browse files
author
Itamar Junior
committed
feat: add update section to settings navigation menu
1 parent dc73337 commit 0a3ac75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/components/settings/layout.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<flux:navlist.item :href="route('settings.password')" wire:navigate>{{ __('Password') }}</flux:navlist.item>
88
<flux:navlist.item :href="route('settings.appearance')" wire:navigate>{{ __('Appearance') }}
99
</flux:navlist.item>
10+
<flux:navlist.item :href="route('settings.update')" wire:navigate>{{ __('Update') }}
11+
</flux:navlist.item>
1012
</flux:navlist>
1113
</div>
1214

0 commit comments

Comments
 (0)