Skip to content

Commit 44fc4e0

Browse files
committed
chore: icon change
1 parent 5845110 commit 44fc4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/pages/tools/string/text-compare

src/pages/tools/string/text-compare/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const tool = defineTool('string', {
99
longDescription: 'string:textCompare.longDescription'
1010
},
1111
path: 'text-compare',
12-
icon: 'material-symbols-light:search',
12+
icon: 'ic:twotone-difference',
1313
keywords: ['text', 'compare'],
1414
component: lazy(() => import('./index'))
1515
});

0 commit comments

Comments
 (0)