mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: improve matheq wordings
This commit is contained in:
parent
7dcb299d1d
commit
8043f280d8
1 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ function MathEquationBlockComponent(props: any) {
|
||||||
<button onClick={() => setIsEditing(true)}>
|
<button onClick={() => setIsEditing(true)}>
|
||||||
<Edit size={15}></Edit>
|
<Edit size={15}></Edit>
|
||||||
</button>
|
</button>
|
||||||
|
<span className="pl-2">Edit</span>
|
||||||
</MathEqTopMenu>
|
</MathEqTopMenu>
|
||||||
)}
|
)}
|
||||||
<BlockMath>{equation}</BlockMath>
|
<BlockMath>{equation}</BlockMath>
|
||||||
|
|
@ -44,7 +45,7 @@ function MathEquationBlockComponent(props: any) {
|
||||||
<Save size={15}></Save>
|
<Save size={15}></Save>
|
||||||
</button>
|
</button>
|
||||||
</EditBar>
|
</EditBar>
|
||||||
<span className="pt-2 text-zinc-500 text-sm">Please refer to this <Link className="text-zinc-900 after:content-['↗']" href="https://katex.org/docs/supported.html" target="_blank"> guide</Link> for supported functions </span>
|
<span className="pt-2 text-zinc-500 text-sm">Please refer to this <Link className="text-zinc-900 after:content-['↗']" href="https://katex.org/docs/supported.html" target="_blank"> guide</Link> for supported TeX functions </span>
|
||||||
</>
|
</>
|
||||||
|
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue