Add app command/search (#622)

This commit is contained in:
Saeed Vaziry
2025-06-22 22:58:05 +02:00
committed by GitHub
parent 5689e751af
commit dc7fa6b55c
12 changed files with 287 additions and 87 deletions

View File

@ -45,12 +45,12 @@ const mainNavItems: NavItem[] = [
const footerNavItems: NavItem[] = [
{
title: 'Workers',
title: 'Horizon Dashboard',
href: route('horizon.index'),
icon: ListEndIcon,
},
{
title: 'Logs',
title: 'Vito Logs',
href: route('log-viewer.index'),
icon: LogsIcon,
},