mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 00:44:57 +05:30
fix: icon
This commit is contained in:
parent
82c3d0b5b5
commit
de47536f66
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue