From 98e4795ab7a4ec9ae3dba5b225d241a26f9bb09e Mon Sep 17 00:00:00 2001 From: danial23 Date: Sat, 30 Dec 2023 16:16:13 -0500 Subject: [PATCH] Remove unused div --- src/App.tsx | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 3ac5cee..bee3a03 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -41,21 +41,19 @@ function App() { return ( <> -
-
- - یک مصراع را به فینگلیش وارد کنید. -
- دقیق - toggle_exact_fuzzy(event.currentTarget.checked)} /> - فازی -
-
- -
{heja_to_unicode(heja(input))}
-

{display_vaznha(output)}

-
-
+
+ + یک مصراع را به فینگلیش وارد کنید. +
+ دقیق + toggle_exact_fuzzy(event.currentTarget.checked)} /> + فازی +
+
+ +
{heja_to_unicode(heja(input))}
+

{display_vaznha(output)}

+
); }