mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
added a single product page
This commit is contained in:
@@ -79,7 +79,10 @@ const navigation = {
|
||||
],
|
||||
},
|
||||
],
|
||||
pages: [{ name: "Brands", href: "/Brands" }],
|
||||
pages: [
|
||||
{ name: "Brands", href: "/Brands" },
|
||||
{ name: "Single Product", href: "/product" },
|
||||
],
|
||||
};
|
||||
|
||||
export default function PopNav() {
|
||||
|
||||
Reference in New Issue
Block a user