update fe for nozzles
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
Bars3Icon,
|
||||
XMarkIcon,
|
||||
BellIcon,
|
||||
SparklesIcon,
|
||||
} from '@heroicons/react/24/outline';
|
||||
import {
|
||||
HomeIcon as HomeIconSolid,
|
||||
@@ -23,6 +24,7 @@ import {
|
||||
CalendarDaysIcon as CalendarIconSolid,
|
||||
ClockIcon as ClockIconSolid,
|
||||
CloudIcon as CloudIconSolid,
|
||||
SparklesIcon as SparklesIconSolid,
|
||||
} from '@heroicons/react/24/solid';
|
||||
|
||||
import { useAuth } from '../../hooks/useAuth';
|
||||
@@ -53,6 +55,12 @@ const Layout = ({ children }) => {
|
||||
icon: WrenchScrewdriverIcon,
|
||||
iconSolid: WrenchIconSolid,
|
||||
},
|
||||
{
|
||||
name: 'Nozzles',
|
||||
href: '/nozzles',
|
||||
icon: SparklesIcon,
|
||||
iconSolid: SparklesIconSolid,
|
||||
},
|
||||
{
|
||||
name: 'Products',
|
||||
href: '/products',
|
||||
|
||||
Reference in New Issue
Block a user