mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
use regular@ syntax for icon button class
This commit is contained in:
parent
9e3c9f9253
commit
0d040f1155
@ -95,9 +95,8 @@ const CodeBlock = ({ children, onClickExecute }: CodeBlockProps) => {
|
||||
<IconButton
|
||||
decl={{
|
||||
elemtype: "iconbutton",
|
||||
icon: "square-terminal",
|
||||
icon: "regular@square-terminal",
|
||||
click: handleExecute,
|
||||
className: "fa-regular",
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user