Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneplaine committed Aug 5, 2021
1 parent ae53f58 commit 1066782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function CustomNavigation({ lists, authenticatedItem }: NavigationProps)
<NavigationContainer authenticatedItem={authenticatedItem}>
<NavItem href="/">Dashboard</NavItem>
<ListNavItems lists={lists} />
<NavItem href="/custom-page">Custom Pages</NavItem>
<NavItem href="/custom-page">Custom Page</NavItem>
</NavigationContainer>
);
}

0 comments on commit 1066782

Please sign in to comment.