Skip to content

Commit

Permalink
chore: fix navmenu error
Browse files Browse the repository at this point in the history
  • Loading branch information
PainterPuppets committed Jan 9, 2024
1 parent 2a283ae commit 9ba4861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/status/src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const Layout: React.FC<PropsWithChildren> = ({ children }) => {
return (
<>
<Header
navMenuGroupName='Status'
navMenus={[
{ name: 'Home', link: '/' },
{ name: 'Index', link: '/stat' },
Expand Down

0 comments on commit 9ba4861

Please sign in to comment.