File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,9 @@ const Qa = () => {
84
84
85
85
return (
86
86
< div className = "container mx-auto px-4 py-8" >
87
- < h1 className = "text-3xl md:text-4xl font-bold mb-8 text-center" > Q& A </ h1 >
87
+ < h1 className = "text-3xl md:text-4xl font-bold mb-8 text-center" >
88
+ EPRD Forum
89
+ </ h1 >
88
90
< div className = "space-y-3 max-w-4xl mx-auto" >
89
91
{ processedQnaData . map ( ( item ) => (
90
92
< div
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const Navbar = () => {
17
17
{ name : 'Home' , href : '/' } ,
18
18
// { name: 'Articles', href: '/articles' },
19
19
// { name: 'About', href: '/about' },
20
- { name : 'Q&A ' , href : '/qa ' } ,
20
+ { name : 'EPRD Forum ' , href : '/eprd-forum ' } ,
21
21
]
22
22
23
23
const pathname = usePathname ( )
You can’t perform that action at this time.
0 commit comments