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

Update create.jsx

parent 0e33e12c
Branches
Tags
2 merge requests!11chore: merge staging into dev,!9merge branch 'seren' into 'develop'
...@@ -51,7 +51,7 @@ const Create = () => { ...@@ -51,7 +51,7 @@ const Create = () => {
<div className="w-full mb-2"> <div className="w-full mb-2">
<span className="text-[#F875AA] font-bold text-2xl hover:cursor-pointer" onClick={(e) => { <span className="text-[#F875AA] font-bold text-2xl hover:cursor-pointer" onClick={(e) => {
e.preventDefault() e.preventDefault()
router.push("/") router.push("/kelasmengemudi")
}}>Back</span> }}>Back</span>
</div> </div>
<h1 className="text-[#F875AA] font-extrabold text-5xl mb-20 text-center">Add Data Kelas</h1> <h1 className="text-[#F875AA] font-extrabold text-5xl mb-20 text-center">Add Data Kelas</h1>
......
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