Skip to content

Commit

Permalink
text-to-hex: Move to encoding category
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 11, 2024
1 parent 76b399b commit c263b6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/lib/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,10 @@ export default {
title: "Lorem Ipsum Generator",
icon: TextLong
},

{
path: "/unicode-analyzer",
title: "Analyze Unicode text",
icon: Unicode
},

{
path: "/plain-text/text-to-hex",
title: "Text to Hex",
icon: Hexadecimal
}
],

Expand Down Expand Up @@ -184,6 +177,11 @@ export default {
icon: SlashForward,
iconFlipHorizontally: true
},
{
path: "/encoding/text-to-hex",
title: "Text to Hex",
icon: Hexadecimal
},
{
path: "/morse-code",
title: "Morse Code",
Expand Down

0 comments on commit c263b6a

Please sign in to comment.