style: icon change

This commit is contained in:
Chesterkxng 2025-12-05 18:01:07 +01:00
parent 9d25c37f4b
commit e67612424d

View File

@ -9,7 +9,7 @@ export const tool = defineTool('time', {
longDescription: 'time:convertTimeToDecimal.longDescription' longDescription: 'time:convertTimeToDecimal.longDescription'
}, },
path: 'convert-time-to-decimal', path: 'convert-time-to-decimal',
icon: 'material-symbols:schedule', icon: 'material-symbols-light:decimal-increase-rounded',
keywords: ['convert', 'time', 'to', 'decimal'], keywords: ['convert', 'time', 'to', 'decimal'],
component: lazy(() => import('./index')) component: lazy(() => import('./index'))
}); });