mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
changed cursor on hover in block control panel
This commit is contained in:
@@ -146,7 +146,7 @@ export const BlocksControl: React.FC<BlocksControlProps> = ({
|
||||
{filteredBlocks.map((block) => (
|
||||
<Card
|
||||
key={block.id}
|
||||
className="m-2 my-4 flex h-20 border"
|
||||
className="m-2 my-4 flex h-20 border hover:cursor-pointer"
|
||||
data-id={`block-card-${block.id}`}
|
||||
onClick={() => addBlock(block.id, block.name)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user