mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 08:46:15 -04:00
fix(mac-address-lookup): fix typo in mac-address-lookup tool (#345)
This commit is contained in:
parent
d7a503b4ae
commit
d2a2686705
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@ import { Devices } from '@vicons/tabler';
|
||||||
import { defineTool } from '../tool';
|
import { defineTool } from '../tool';
|
||||||
|
|
||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
name: 'MAC adrdress lookup',
|
name: 'MAC address lookup',
|
||||||
path: '/mac-adrdress-lookup',
|
path: '/mac-address-lookup',
|
||||||
description: 'Find the vendor and manufacturer of a device by its MAC address.',
|
description: 'Find the vendor and manufacturer of a device by its MAC address.',
|
||||||
keywords: ['mac', 'adrdress', 'lookup', 'vendor', 'parser', 'manufacturer'],
|
keywords: ['mac', 'address', 'lookup', 'vendor', 'parser', 'manufacturer'],
|
||||||
component: () => import('./mac-address-lookup.vue'),
|
component: () => import('./mac-address-lookup.vue'),
|
||||||
icon: Devices,
|
icon: Devices,
|
||||||
createdAt: new Date('2023-04-06'),
|
createdAt: new Date('2023-04-06'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue