REMOVED - Drop Home dock item since the logo already links home
CI / quality (push) Canceled after 0s
CI / quality (push) Canceled after 0s
This commit is contained in:
@@ -21,7 +21,7 @@ type SiteDockProps = {
|
||||
isSuperAdmin?: boolean;
|
||||
};
|
||||
|
||||
type NavKey = "home" | "about" | "portfolio" | "products" | "contact";
|
||||
type NavKey = "about" | "portfolio" | "products" | "contact";
|
||||
|
||||
type NavItem = {
|
||||
key: NavKey;
|
||||
@@ -29,8 +29,8 @@ type NavItem = {
|
||||
disabled?: boolean;
|
||||
};
|
||||
|
||||
// "Home" is intentionally omitted — the logo (first dock icon) is the home link.
|
||||
const navItems: NavItem[] = [
|
||||
{ key: "home", path: "" },
|
||||
{ key: "about", path: "/about" },
|
||||
{ key: "portfolio", path: "/portfolio" },
|
||||
{ key: "products", path: "/products", disabled: true },
|
||||
|
||||
Reference in New Issue
Block a user