icons added to links

This commit is contained in:
‘lukasHerajt’
2025-03-08 07:46:31 -05:00
parent 6402001d80
commit fa0de1cf2d
6 changed files with 20 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ import { lazy } from 'react';
export const tool = defineTool('string', {
name: 'Reverse',
path: 'reverse',
icon: '',
icon: 'material-symbols-light:swap-horiz',
description:
"World's simplest browser-based utility for reversing text. Input any text and get it instantly reversed, character by character. Perfect for creating mirror text, analyzing palindromes, or playing with text patterns. Preserves spaces and special characters while reversing.",
shortDescription: 'Reverse any text character by character',