Remove unused div
This commit is contained in:
parent
120f78c0d1
commit
98e4795ab7
1 changed files with 13 additions and 15 deletions
|
@ -41,7 +41,6 @@ function App() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="container w-full min-h-screen justify-center bg-base-100 text-lg">
|
|
||||||
<div className="flex flex-col max-w-lg p-4 mx-auto">
|
<div className="flex flex-col max-w-lg p-4 mx-auto">
|
||||||
<span className="label-text p-2 text-md">
|
<span className="label-text p-2 text-md">
|
||||||
یک مصراع را به فینگلیش وارد کنید.
|
یک مصراع را به فینگلیش وارد کنید.
|
||||||
|
@ -55,7 +54,6 @@ function App() {
|
||||||
<div dir="ltr" className="w-full p-2 justify-center font-mono text-4xl">{heja_to_unicode(heja(input))}</div>
|
<div dir="ltr" className="w-full p-2 justify-center font-mono text-4xl">{heja_to_unicode(heja(input))}</div>
|
||||||
<p className="my-8">{display_vaznha(output)}</p>
|
<p className="my-8">{display_vaznha(output)}</p>
|
||||||
</div>
|
</div>
|
||||||
</div >
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue