Skip to content
Snippets Groups Projects
Commit 61b62293 authored by Michelle Lim's avatar Michelle Lim
Browse files

Merge branch 'seren' of https://gitlab.informatika.org/k2_g14/rpl-frontend into seren

parents ee59b7a3 a6aab5c2
1 merge request!6merge from seren to develop
......@@ -95,7 +95,7 @@ const Create = () => {
}} type="tel" required className="drop-shadow-xl w-2/3 p-2 rounded-xl" />
</div>
<div className="flex flex-row align-middle justify-between">
<span className="h-min my-auto font-bold text-lg">Nama Instruktur</span>
<span className="h-min my-auto font-bold text-lg">NIK Instruktur</span>
<input value={instruktur} onChange={(e) => {
setInstruktur(e.target.value)
}} type="tel" required className="drop-shadow-xl w-2/3 p-2 rounded-xl" />
......
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