Skip to content

Commit

Permalink
add more functionality to flight detail
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Sep 9, 2024
1 parent c03efce commit 32377e3
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 70 deletions.
5 changes: 5 additions & 0 deletions ui/src/components/util/state/use-route-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ const ROUTES = [{
title: 'Privacy Policy',
breadcrumb: 'Privacy Policy',
},
{
path: 'flight',
title: 'Flight',
breadcrumb: 'Flight',
},
{
path: 'tools',
children: [
Expand Down
Loading

0 comments on commit 32377e3

Please sign in to comment.