fix: add missing icon imports v1.2.6
This commit is contained in:
@@ -1 +0,0 @@
|
||||
danielbedeleanu@Daniels-MacBook-Pro-14-M1.local.30836
|
||||
@@ -20,7 +20,9 @@ import {
|
||||
Server,
|
||||
Globe,
|
||||
Wifi,
|
||||
WifiOff
|
||||
WifiOff,
|
||||
Layers,
|
||||
ChevronDown
|
||||
} from 'lucide-react';
|
||||
import { toast } from 'react-hot-toast';
|
||||
import { cn } from '@/lib/utils';
|
||||
|
||||
@@ -20,6 +20,7 @@ import {
|
||||
Wifi,
|
||||
WifiOff,
|
||||
ChevronRight,
|
||||
ChevronDown,
|
||||
Edit2,
|
||||
RefreshCw,
|
||||
CloudOff,
|
||||
@@ -476,7 +477,7 @@ export default function Home() {
|
||||
|
||||
<div>
|
||||
<p className="text-lg font-medium">Tap to start scanning</p>
|
||||
<p className="text-sm text-slate-400">Scan barcodes to {mode.toUpperCase().replace('_', ' ')} items</p>
|
||||
<p className="text-sm text-slate-400">Scan labels to {mode.replace('_', ' ')} items</p>
|
||||
</div>
|
||||
|
||||
<div className="w-full h-px bg-slate-800 my-2" />
|
||||
|
||||
Reference in New Issue
Block a user