mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 05:59:34 +02:00
fix: icon
This commit is contained in:
@@ -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.',
|
||||||
|
Reference in New Issue
Block a user