mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-16 21:08:33 +05:30
Uppercase Icon fixed
This commit is contained in:
parent
fa0de1cf2d
commit
a279c442ec
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { lazy } from 'react';
|
|||
export const tool = defineTool('string', {
|
||||
name: 'Uppercase',
|
||||
path: 'uppercase',
|
||||
icon: 'material-symbols-light:format-uppercase',
|
||||
icon: 'material-symbols-light:text-fields',
|
||||
description:
|
||||
"World's simplest browser-based utility for converting text to uppercase. Just input your text and it will be automatically converted to all capital letters. Perfect for creating headlines, emphasizing text, or standardizing text format. Supports various text formats and preserves special characters.",
|
||||
shortDescription: 'Convert text to uppercase letters',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue