mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 02:39:17 +00:00
Update src/app/scripts/_components/ScriptAccordion.tsx with necessary adjustments and improvements
This commit is contained in:
parent
a08e1e326f
commit
69d10ff35a
@ -69,7 +69,6 @@ export default function ScriptAccordion({
|
|||||||
<AccordionTrigger
|
<AccordionTrigger
|
||||||
className={cn(
|
className={cn(
|
||||||
"duration-250 rounded-lg transition ease-in-out hover:-translate-y-1 hover:scale-105 hover:bg-accent",
|
"duration-250 rounded-lg transition ease-in-out hover:-translate-y-1 hover:scale-105 hover:bg-accent",
|
||||||
{ "": expandedItem === category.name },
|
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className="mr-2 flex w-full items-center justify-between">
|
<div className="mr-2 flex w-full items-center justify-between">
|
||||||
|
Loading…
Reference in New Issue
Block a user