mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +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
|
<IconButton
|
||||||
decl={{
|
decl={{
|
||||||
elemtype: "iconbutton",
|
elemtype: "iconbutton",
|
||||||
icon: "square-terminal",
|
icon: "regular@square-terminal",
|
||||||
click: handleExecute,
|
click: handleExecute,
|
||||||
className: "fa-regular",
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user