Skip to content

Commit de48ca7

Browse files
committed
Add extension link to navbar and footer
1 parent bc5ebb1 commit de48ca7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/components/Footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default function Footer() {
3939
<li><Link href="/scan" className="text-gray-400 hover:text-white transition-colors">Phân tích hình ảnh</Link></li>
4040
<li><Link href="/quiz" className="text-gray-400 hover:text-white transition-colors">Quiz trắc nghiệm</Link></li>
4141
<li><Link href="/guide" className="text-gray-400 hover:text-white transition-colors">Cẩm nang</Link></li>
42+
<li><Link href="/extension" className="text-gray-400 hover:text-white transition-colors">Browser Extension</Link></li>
4243
</ul>
4344
</div>
4445

app/components/Header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const navLinks = [
1313
{ href: '/quiz', label: 'Trắc nghiệm' },
1414
{ href: '/guide', label: 'Cẩm nang' },
1515
{ href: '/report', label: 'Báo cáo' },
16+
{ href: '/extension', label: 'Extension' },
1617
{ href: '/pricing', label: 'Bảng giá' },
1718
{ href: '/about', label: 'Giới thiệu' },
1819
]

0 commit comments

Comments
 (0)