mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-17 12:32:56 +00:00
feat: add url encoder / decoder
This commit is contained in:
@@ -64,8 +64,8 @@ const toolGroups = [
|
||||
description:
|
||||
"Encode or decode all the applicable characters to their corresponding URL entities",
|
||||
keywords: "url encoder escaper decocder unescaper",
|
||||
href: pagesPath.$url(),
|
||||
disabled: true,
|
||||
href: pagesPath.encoders_decoders.url.$url(),
|
||||
disabled: false,
|
||||
},
|
||||
{
|
||||
icon: <DragHandle />,
|
||||
|
||||
Reference in New Issue
Block a user