This commit is contained in:
Rizky 2024-08-07 15:04:12 +07:00
parent 0556c066d4
commit 4b1fa89783
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@ export const EdRebuildJs = () => {
>
<div
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",
p.ui.popup.code.rebuilding
? "bg-blue-600 text-white"
? "bg-blue-600 text-white"
: "hover:bg-blue-50"
)}
dangerouslySetInnerHTML={{