mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 14:14:24 +00:00
fix: class -> className
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user