Skip to content

Commit 0d1c8eb

Browse files
authored
Add Inventory link to header data
1 parent 26dfc58 commit 0d1c8eb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/data/header.data

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ export default [
1818
{
1919
path:'/feedbackForm',
2020
label:"Feedback Form"
21+
},
22+
{
23+
path:"https://robotics-inventory.vercel.app",
24+
label:"Inventory"
2125
}
22-
];
26+
];

0 commit comments

Comments
 (0)