We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e7175e + 1c6f154 commit a0ab325Copy full SHA for a0ab325
app/components/header/index.ts
@@ -50,6 +50,7 @@ export default class HeaderComponent extends Component<Signature> {
50
return [
51
{ text: 'Catalog', route: 'catalog', type: 'route' },
52
{ text: 'Pricing', route: 'pay', type: 'route' },
53
+ { text: 'Roadmap', route: 'roadmap', type: 'route' },
54
];
55
}
56
0 commit comments