diff --git a/pages/dashboard/owner.jsx b/pages/dashboard/owner.jsx
index 719aca5fc23da743bdc0871d116e0cca3fc335e6..652182d19f1fcdd2ac4c175065a3c4661cf31bad 100644
--- a/pages/dashboard/owner.jsx
+++ b/pages/dashboard/owner.jsx
@@ -61,7 +61,7 @@ const DashboardOwner = () => {
         <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) => {
                           e.preventDefault()
-                          router.push("/info")
+                          router.push("/infoperusahaan")
                           }}>Ubah</span>  
       </div>
         <div className="w-[317px] h-[271px] left-[418px] top-[694px] absolute bg-white rounded-[15px] shadow" />
@@ -89,4 +89,4 @@ const DashboardOwner = () => {
     
   )
 }
-export default DashboardOwner
\ No newline at end of file
+export default DashboardOwner