fix
This commit is contained in:
parent
0556c066d4
commit
4b1fa89783
|
|
@ -29,10 +29,10 @@ export const EdRebuildJs = () => {
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={cx(
|
className={cx(
|
||||||
"flex text-center items-center cursor-pointer px-[5px] transition-all",
|
"flex text-center items-center cursor-pointer px-[5px] transition-all",
|
||||||
"rounded",
|
"rounded",
|
||||||
p.ui.popup.code.rebuilding
|
p.ui.popup.code.rebuilding
|
||||||
? "bg-blue-600 text-white"
|
? "bg-blue-600 text-white"
|
||||||
: "hover:bg-blue-50"
|
: "hover:bg-blue-50"
|
||||||
)}
|
)}
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue