Skip to content

Commit 17fbbe2

Browse files
committed
example/app: fix hero menu
1 parent c178db7 commit 17fbbe2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

example/app.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ export const state = {
1717
content: ['automagically verify the integrity of homepages,', 'before you load them.'],
1818

1919
menu: [
20-
{ to: '/#about', text: 'about' },
21-
{ to: '/getting-started/', text: 'getting started' },
22-
{ to: '/#support', text: 'support' },
20+
{ to: '/#installation', text: 'installation' },
21+
{ to: '/#usage', text: 'usage' },
22+
{ to: '/#theme-vars', text: 'theme vars' },
2323
],
2424
},
2525

0 commit comments

Comments
 (0)