mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
feat: implement text diff tool
This commit is contained in:
@@ -55,7 +55,7 @@ export const toolGroups = {
|
||||
shortTitle: "HTML",
|
||||
longTitle: "HTML Encoder / Decoder",
|
||||
description:
|
||||
"Encode or decode all the applicable characters to their corresponding HTML entities",
|
||||
"Encode or decode all the applicable characters to their corresponding HTML entities",
|
||||
keywords: "html encoder escaper decocder unescaper",
|
||||
href: "/encoders-decoders/html",
|
||||
},
|
||||
@@ -64,7 +64,7 @@ export const toolGroups = {
|
||||
shortTitle: "URL",
|
||||
longTitle: "URL Encoder / Decoder",
|
||||
description:
|
||||
"Encode or decode all the applicable characters to their corresponding URL entities",
|
||||
"Encode or decode all the applicable characters to their corresponding URL entities",
|
||||
keywords: "url encoder escaper decocder unescaper",
|
||||
href: "/encoders-decoders/url",
|
||||
},
|
||||
@@ -139,10 +139,10 @@ export const toolGroups = {
|
||||
},
|
||||
diff: {
|
||||
Icon: icons.Diff,
|
||||
shortTitle: "Text diff",
|
||||
longTitle: "Text Inspector & Case Converter",
|
||||
description: "Analyze text and convert it to a different case",
|
||||
keywords: "case converter convert text inspector inspect",
|
||||
shortTitle: "Text Diff",
|
||||
longTitle: "Text Comparer",
|
||||
description: "Compare two texts and highlight the differences",
|
||||
keywords: "text comparer compare diff highlight",
|
||||
href: "/text/diff",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user