Skip to content

Commit 2aec9d7

Browse files
authored
Fix branding route (#1376)
1 parent 2dbd8fb commit 2aec9d7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"demosExamples": "Demos & Examples",
2020
"projectGoals": "Project Goals",
2121
"browserSupport": "Browser Support",
22+
"branding": "Branding",
2223
"blog": "Blog",
2324
"repl": "REPL"
2425
},

src/route-config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export const headerNav = {
3030
'/about/browser-support': {
3131
label: 'browserSupport'
3232
},
33+
'/branding': {
34+
label: 'branding'
35+
},
3336
'/blog': {
3437
label: 'blog'
3538
},

0 commit comments

Comments
 (0)