You are customizing
{" "}
About Page
setIsExpandInfo(!isExpandInfo)}
icon={helpCircle}
/>
The Customizer allows you to preview changes to
your site before publishing them. You can't
navigate to different pages on your site within
the preview. Edit shortcuts are shown for some
editable elements, and you can also sort
sections by drag and drop.
handleExpand("AboutDetails")}
>
Page Details
{customizeSections.map((item, index) => (
handleExpand(item.id, index)}
draggable
onDragStart={() => (dragItem.current = index)}
onDragEnter={() =>
(dragOverItem.current = index)
}
onDragEnd={handleSort}
onDragOver={(e) => e.preventDefault()}
>
{item.title}
))}