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

Update owner.jsx

parent 0f9619b7
Branches
Tags
1 merge request!6merge from seren to develop
...@@ -61,7 +61,7 @@ const DashboardOwner = () => { ...@@ -61,7 +61,7 @@ const DashboardOwner = () => {
<div className="w-[126px] h-[53px] left-0 top-0 absolute bg-sky-200 rounded-[15px]" /> <div className="w-[126px] h-[53px] left-0 top-0 absolute bg-sky-200 rounded-[15px]" />
<span className="w-[84.28px] h-[28.33px] left-[21px] top-[15px] absolute text-center text-black text-base font-bold font- hover:cursor-pointer" onClick={(e) => { <span className="w-[84.28px] h-[28.33px] left-[21px] top-[15px] absolute text-center text-black text-base font-bold font- hover:cursor-pointer" onClick={(e) => {
e.preventDefault() e.preventDefault()
router.push("/info") router.push("/infoperusahaan")
}}>Ubah</span> }}>Ubah</span>
</div> </div>
<div className="w-[317px] h-[271px] left-[418px] top-[694px] absolute bg-white rounded-[15px] shadow" /> <div className="w-[317px] h-[271px] left-[418px] top-[694px] absolute bg-white rounded-[15px] shadow" />
...@@ -89,4 +89,4 @@ const DashboardOwner = () => { ...@@ -89,4 +89,4 @@ const DashboardOwner = () => {
) )
} }
export default DashboardOwner export default DashboardOwner
\ No newline at end of file
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