barcode
This commit is contained in:
@@ -22,7 +22,8 @@ import {
|
||||
MapPin,
|
||||
CreditCard,
|
||||
Video,
|
||||
Users
|
||||
Users,
|
||||
Barcode
|
||||
} from 'lucide-react';
|
||||
|
||||
const TOOLS = [
|
||||
@@ -177,6 +178,14 @@ const TOOLS = [
|
||||
href: '/tools/teams-qr-code',
|
||||
color: 'text-violet-500',
|
||||
bg: 'bg-violet-50'
|
||||
},
|
||||
{
|
||||
icon: Barcode,
|
||||
name: 'Barcode',
|
||||
description: 'Create standard barcodes',
|
||||
href: '/tools/barcode-generator',
|
||||
color: 'text-slate-900',
|
||||
bg: 'bg-slate-100'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user