fix: add missing icon imports v1.2.6

This commit is contained in:
Daniel Bedeleanu
2026-04-11 11:49:31 +03:00
parent aa134e4384
commit 96fe655f72
5 changed files with 14 additions and 11 deletions

View File

@@ -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" />