Merge remote-tracking branch 'origin/phase-4-sidebar-fix' into canonical-layer-pr2
This commit is contained in:
commit
b2bb13573c
1 changed files with 7 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import {
|
|||
Calendar,
|
||||
FolderKanban,
|
||||
RefreshCw,
|
||||
Award,
|
||||
} from "lucide-react";
|
||||
|
||||
export function meta(): Route.MetaDescriptors {
|
||||
|
|
@ -59,6 +60,12 @@ export default function AdminLayout() {
|
|||
Sports Seasons
|
||||
</Link>
|
||||
</Button>
|
||||
<Button variant="ghost" className="w-full justify-start" asChild>
|
||||
<Link to="/admin/tournaments">
|
||||
<Award className="mr-2 h-4 w-4" />
|
||||
Tournaments
|
||||
</Link>
|
||||
</Button>
|
||||
<Button variant="ghost" className="w-full justify-start" asChild>
|
||||
<Link to="/admin/templates">
|
||||
<FolderKanban className="mr-2 h-4 w-4" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue