Skip to content

Commit ef1302b

Browse files
authored
Merge pull request #126 from dzcode-io/impl/76-faq-page-followup
⁉️ added /FAQ link to navbar
2 parents 6163301 + 2d0d4de commit ef1302b

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/apps/main/redux/reducers/layout-reducer

1 file changed

+1
-1
lines changed

frontend/src/apps/main/redux/reducers/layout-reducer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ export interface NavbarInitialState {
2121
}
2222
const sections = [
2323
{ url: "/Learn/Getting_Started", title: "Learn" },
24-
{ url: "/Contribute", title: "Contribute" },
2524
{ url: "/Projects", title: "Projects" },
2625
{ url: "/Articles", title: "Articles" },
2726
{ url: "/Contact-Us", title: "Contact" },
27+
{ url: "/FAQ", title: "FAQ" },
2828
];
2929

3030
const data = [

0 commit comments

Comments
 (0)