Skip to content

Commit 5a029f0

Browse files
committed
wip
1 parent b4868c6 commit 5a029f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/ally-personal/app/qa/page.tsx renamed to apps/ally-personal/app/eprd-forum/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ const Qa = () => {
8484

8585
return (
8686
<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>
8890
<div className="space-y-3 max-w-4xl mx-auto">
8991
{processedQnaData.map((item) => (
9092
<div

apps/ally-personal/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Navbar = () => {
1717
{ name: 'Home', href: '/' },
1818
// { name: 'Articles', href: '/articles' },
1919
// { name: 'About', href: '/about' },
20-
{ name: 'Q&A', href: '/qa' },
20+
{ name: 'EPRD Forum', href: '/eprd-forum' },
2121
]
2222

2323
const pathname = usePathname()

0 commit comments

Comments
 (0)