Commit 76ecaef2 authored by Kantz's avatar Kantz
Browse files

move the button

parent 453240ac
...@@ -380,6 +380,16 @@ export default function MessageInput({ ...@@ -380,6 +380,16 @@ export default function MessageInput({
> >
<Upload width={18} height={18} aria-hidden="true" /> <Upload width={18} height={18} aria-hidden="true" />
</button> </button>
<button
className="btn btn-formula"
type="button"
onClick={insertMath}
disabled={isSending}
aria-label={t("formula")}
title={t("formula")}
>
f(x)
</button>
<input <input
ref={uploadInputRef} ref={uploadInputRef}
type="file" type="file"
...@@ -411,16 +421,6 @@ export default function MessageInput({ ...@@ -411,16 +421,6 @@ export default function MessageInput({
{t("revealSolution")} {t("revealSolution")}
</button> </button>
) : null} ) : null}
<button
className="btn btn-formula"
type="button"
onClick={insertMath}
disabled={isSending}
aria-label={t("formula")}
title={t("formula")}
>
f(x)
</button>
<button <button
className="btn primary" className="btn primary"
type="button" type="button"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment