feat: updates drag and drop instruction copy

This commit is contained in:
Mark Mankarious
2023-11-09 01:48:18 +00:00
parent b0c5c9d4c3
commit 6cdff059fe

View File

@@ -40,7 +40,7 @@ export const IconSelectionControls = () => {
<Stack spacing={2}>
<Searchbox value={filter} onChange={setFilter} />
<Alert severity="info">
You can drag and drop items below onto the canvas.
You can drag and drop any item below onto the canvas.
</Alert>
</Stack>
</Section>