A lot of things.
This commit is contained in:
@@ -23,6 +23,12 @@ return [
|
||||
'icon' => 'gavel',
|
||||
'route' => 'queue.index'
|
||||
],
|
||||
[
|
||||
'name' => "My Drafts",
|
||||
'icon' => 'scissors',
|
||||
'route' => 'entries.drafts',
|
||||
'condition' => (fn() => !\Auth::guest())
|
||||
]
|
||||
]
|
||||
],
|
||||
'community' => [
|
||||
@@ -33,6 +39,11 @@ return [
|
||||
'icon' => 'message-circle',
|
||||
'xf_route' => ''
|
||||
],
|
||||
[
|
||||
'name' => 'Clubs',
|
||||
'icon' => 'balloon',
|
||||
'xf_route' => 'clubs'
|
||||
],
|
||||
[
|
||||
'name' => 'Discord',
|
||||
'icon' => 'messages-square',
|
||||
|
||||
Reference in New Issue
Block a user