fix: class -> className

This commit is contained in:
Peng Xiao
2022-05-21 12:36:40 +08:00
parent 3c437a3b22
commit 8a61970b2e

View File

@@ -135,7 +135,7 @@ const _ContextBar: TLContextBarComponent<Shape> = ({
) : null}
</>
)}
<a class="shape-link" onClick={() => app.pubEvent("whiteboard-link", shapes)}>Link</a>
<a className="shape-link" onClick={() => app.pubEvent("whiteboard-link", shapes)}>Link</a>
</div>
</HTMLContainer>
)