chore: update text

This commit is contained in:
lawvs 2022-08-05 16:35:26 +08:00
parent a4013d7378
commit 8102c24f14

View File

@ -80,7 +80,7 @@ export const CardItem = ({
</CardContent>
<CardActions onClick={onAddItem}>
<PlusIcon />
<span>Add item</span>
<span>Add a sub-block</span>
</CardActions>
</CardContainer>
);