From 0499673a0365fd43166c5acdc7b92bdaa0aa1bea Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Sun, 9 Mar 2025 01:50:09 +0000 Subject: [PATCH] refactor: use ToolContent --- .idea/workspace.xml | 32 +++---- src/components/examples/ExampleCard.tsx | 53 ++++++------ src/components/options/ToolOptions.tsx | 84 ++++++++++--------- .../tools/string/randomize-case/index.tsx | 46 ++++------ src/pages/tools/string/reverse/index.tsx | 34 ++++---- src/pages/tools/string/uppercase/index.tsx | 46 ++++------ 6 files changed, 136 insertions(+), 159 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 60f7ebb..7cda4f1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,13 @@