File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments