mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
use regular@ syntax for icon button class
This commit is contained in:
parent
9e3c9f9253
commit
0d040f1155
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue