We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4b9d0 commit 0b63003Copy full SHA for 0b63003
1 file changed
app/components/Header.tsx
@@ -12,6 +12,7 @@ const navLinks = [
12
{ href: '/scan', label: 'Phân tích' },
13
{ href: '/quiz', label: 'Trắc nghiệm' },
14
{ href: '/guide', label: 'Cẩm nang' },
15
+ { href: '/report', label: 'Báo cáo' },
16
{ href: '/pricing', label: 'Bảng giá' },
17
{ href: '/about', label: 'Giới thiệu' },
18
]
0 commit comments