Update Staging Deploy

This commit is contained in:
2026-06-09 11:45:59 +02:00
parent f529f74823
commit 6b02c1b2f4
14 changed files with 168 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ return [
'name' => "My Drafts",
'icon' => 'scissors',
'route' => 'entries.drafts',
'condition' => (fn() => !\Auth::guest())
'auth' => true
]
]
],
@@ -63,7 +63,7 @@ return [
[
'name' => 'ROM Patcher',
'icon' => 'stamp',
'route' => 'home'
'route' => 'tools.patcher'
],
[
'name' => 'ROM Hasher',