fix: icon

This commit is contained in:
Ibrahima G. Coulibaly 2025-06-05 18:44:19 +01:00
commit de47536f66

View file

@ -4,7 +4,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', { export const tool = defineTool('string', {
name: 'Base64', name: 'Base64',
path: 'base64', path: 'base64',
icon: 'mdi:code-tags', icon: 'tabler:number-64-small',
description: description:
'A simple tool to encode or decode data using Base64, which is commonly used in web applications.', 'A simple tool to encode or decode data using Base64, which is commonly used in web applications.',
shortDescription: 'Encode or decode data using Base64.', shortDescription: 'Encode or decode data using Base64.',