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.
1 parent 2dbd8fb commit 2aec9d7Copy full SHA for 2aec9d7
src/locales/en.json
@@ -19,6 +19,7 @@
19
"demosExamples": "Demos & Examples",
20
"projectGoals": "Project Goals",
21
"browserSupport": "Browser Support",
22
+ "branding": "Branding",
23
"blog": "Blog",
24
"repl": "REPL"
25
},
src/route-config.js
@@ -30,6 +30,9 @@ export const headerNav = {
30
'/about/browser-support': {
31
label: 'browserSupport'
32
33
+ '/branding': {
34
+ label: 'branding'
35
+ },
36
'/blog': {
37
label: 'blog'
38
0 commit comments