Rebuild Times in Projects

Added Icons
Rebuild Time Duration
This commit is contained in:
2023-12-07 12:14:19 +01:00
parent 36371f94e8
commit 5182959881
6 changed files with 118 additions and 17 deletions

View File

@@ -49,7 +49,8 @@ const navLinks = [
},
{
label: "Artikel",
to: "/products"
to: "/products",
icon: "i-heroicons-puzzle-piece"
},
{
label: "Dokumente",
@@ -58,7 +59,8 @@ const navLinks = [
},
{
label: "Inventar",
to: "/inventory"
to: "/inventory",
icon: "i-heroicons-square-3-stack-3d"
}
]