mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-18 02:06:30 +00:00
fix: icon
This commit is contained in:
parent
82c3d0b5b5
commit
de47536f66
@ -4,7 +4,7 @@ import { lazy } from 'react';
|
||||
export const tool = defineTool('string', {
|
||||
name: 'Base64',
|
||||
path: 'base64',
|
||||
icon: 'mdi:code-tags',
|
||||
icon: 'tabler:number-64-small',
|
||||
description:
|
||||
'A simple tool to encode or decode data using Base64, which is commonly used in web applications.',
|
||||
shortDescription: 'Encode or decode data using Base64.',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user