Skip to content

Commit 0b63003

Browse files
committed
Add report button to navbar
1 parent 4b4b9d0 commit 0b63003

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/Header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const navLinks = [
1212
{ href: '/scan', label: 'Phân tích' },
1313
{ href: '/quiz', label: 'Trắc nghiệm' },
1414
{ href: '/guide', label: 'Cẩm nang' },
15+
{ href: '/report', label: 'Báo cáo' },
1516
{ href: '/pricing', label: 'Bảng giá' },
1617
{ href: '/about', label: 'Giới thiệu' },
1718
]

0 commit comments

Comments
 (0)