mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
fix(Mac Address Converter): update description
This commit is contained in:
parent
068d79a08f
commit
11206a52a1
1 changed files with 6 additions and 2 deletions
|
@ -2,14 +2,18 @@ import { Devices } from '@vicons/tabler';
|
||||||
import { defineTool } from '../tool';
|
import { defineTool } from '../tool';
|
||||||
|
|
||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
name: 'Mac address converter',
|
name: 'MAC Address Converter',
|
||||||
path: '/mac-address-converter',
|
path: '/mac-address-converter',
|
||||||
description: 'Change the format of a MAC address and chose between different formats',
|
description: 'Change the format of a MAC address and chose between different formats (EUI-48, EUI-64, IPv6)',
|
||||||
keywords: [
|
keywords: [
|
||||||
'converter',
|
'converter',
|
||||||
'mac',
|
'mac',
|
||||||
'address',
|
'address',
|
||||||
'format',
|
'format',
|
||||||
|
'link-local',
|
||||||
|
'ipv6',
|
||||||
|
'eui-48',
|
||||||
|
'eui-64',
|
||||||
],
|
],
|
||||||
component: () => import('./mac-address-converter.vue'),
|
component: () => import('./mac-address-converter.vue'),
|
||||||
icon: Devices,
|
icon: Devices,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue