|
|
@ -10,7 +10,7 @@ export function EditButtons({buttons}) { |
|
|
|
// const [openModal, setOpenModal] = useState(false);
|
|
|
|
// const [openModal, setOpenModal] = useState(false);
|
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="flex flex-row items-center"> |
|
|
|
<div className="flex flex-row items-center justify-end"> |
|
|
|
{/* serach box */} |
|
|
|
{/* serach box */} |
|
|
|
{buttons.map((button,index) =>( |
|
|
|
{buttons.map((button,index) =>( |
|
|
|
<div className={`border border-blue-400 flex flex-row items-center justify-around p-1 rounded-sm bg-opacity-30 mx-1`} |
|
|
|
<div className={`border border-blue-400 flex flex-row items-center justify-around p-1 rounded-sm bg-opacity-30 mx-1`} |
|
|
|