diff --git a/src/components/form.jsx b/src/components/form.jsx index 5711eef..b9d1d24 100644 --- a/src/components/form.jsx +++ b/src/components/form.jsx @@ -150,7 +150,7 @@ const Form = () => { {data && ( -
+

{data.definition} @@ -158,7 +158,7 @@ const Form = () => { onClick={(e) => copyToClipboard(e)} className="group relative inline-block float-right w-12 h-7 p-0 border-none focus:outline-none transition-transform duration-100 ease-out"> {isCopied ? ( - + Copied ) : (