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)}
+
>
);
}