Skip to content

Commit a0ab325

Browse files
authored
Merge pull request #2915 from codecrafters-io/arpan/cc-1821-make-roadmap-page-public
Add Roadmap to Navbar for Anon Users
2 parents 5e7175e + 1c6f154 commit a0ab325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/header/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default class HeaderComponent extends Component<Signature> {
5050
return [
5151
{ text: 'Catalog', route: 'catalog', type: 'route' },
5252
{ text: 'Pricing', route: 'pay', type: 'route' },
53+
{ text: 'Roadmap', route: 'roadmap', type: 'route' },
5354
];
5455
}
5556

0 commit comments

Comments
 (0)