about-us
Build and Release / release (push) Successful in 34s

This commit is contained in:
2026-05-09 15:19:40 +07:00
parent add1728916
commit f5fa38ec5a
7 changed files with 216 additions and 1 deletions
+6
View File
@@ -15,6 +15,7 @@ import {
PageIcon,
PieChartIcon,
PlugInIcon,
ShootingStarIcon,
TableIcon,
UserCircleIcon,
} from "../icons/index";
@@ -53,6 +54,11 @@ const ALL_NAV_ITEMS: NavItem[] = [
name: "Tài Khoản",
path: "/user/account",
},
{
icon: <ShootingStarIcon />,
name: "Về Chúng Tôi",
path: "/user/about-us",
},
];
const OTHERS_ITEMS: NavItem[] = [