Skip to content

Commit 11206a5

Browse files
committed
fix(Mac Address Converter): update description
1 parent 068d79a commit 11206a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/tools/mac-address-converter/index.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ import { Devices } from '@vicons/tabler';
22
import { defineTool } from '../tool';
33

44
export const tool = defineTool({
5-
name: 'Mac address converter',
5+
name: 'MAC Address Converter',
66
path: '/mac-address-converter',
7-
description: 'Change the format of a MAC address and chose between different formats',
7+
description: 'Change the format of a MAC address and chose between different formats (EUI-48, EUI-64, IPv6)',
88
keywords: [
99
'converter',
1010
'mac',
1111
'address',
1212
'format',
13+
'link-local',
14+
'ipv6',
15+
'eui-48',
16+
'eui-64',
1317
],
1418
component: () => import('./mac-address-converter.vue'),
1519
icon: Devices,

0 commit comments

Comments
 (0)