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 6163301 + 2d0d4de commit ef1302bCopy full SHA for ef1302b
frontend/src/apps/main/redux/reducers/layout-reducer/index.ts
@@ -21,10 +21,10 @@ export interface NavbarInitialState {
21
}
22
const sections = [
23
{ url: "/Learn/Getting_Started", title: "Learn" },
24
- { url: "/Contribute", title: "Contribute" },
25
{ url: "/Projects", title: "Projects" },
26
{ url: "/Articles", title: "Articles" },
27
{ url: "/Contact-Us", title: "Contact" },
+ { url: "/FAQ", title: "FAQ" },
28
];
29
30
const data = [
0 commit comments