fix(Mac Address Converter): update description
This commit is contained in:
		
							parent
							
								
									068d79a08f
								
							
						
					
					
						commit
						11206a52a1
					
				| @ -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…
	
		Reference in New Issue
	
	Block a user