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

Update index.jsx

parent afda172b
Branches
Tags
1 merge request!6merge from seren to develop
......@@ -117,8 +117,8 @@ export default function InformasiPerusahaan({ propertyWebsite }) {
<tbody>
{faq.map((item, index) => {
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-2 border border-[#F875AA] bg-white">{item.question}</td>
<td className="p-2 border border-[#F875AA] bg-white">{item.answer}</td>
<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();
......
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