Skip to content
Snippets Groups Projects
Commit afda172b authored by Seren Siahaan's avatar Seren Siahaan
Browse files

Update index.jsx

parent 05d63293
Branches
Tags
1 merge request!6merge from seren to develop
......@@ -119,7 +119,7 @@ export default function InformasiPerusahaan({ propertyWebsite }) {
return <tr key={index}>
<td className="p-6 border border-[#F875AA] bg-white">{item.question}</td>
<td className="p-6 border border-[#F875AA] bg-white">{item.answer}</td>
<td className="p-6 flex flex-col align-middle justify-evenly space-y-2 ">
<td className="px-2 mx-auto flex flex-col align-middle justify-evenly space-y-2">
<button className="bg-[#AEDEFC] p-3 rounded-lg" onClick={(e) => {
e.preventDefault();
router.push("/infoperusahaan/edit/" + index)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment