Commit da49670c by Arjun Jhukal

updated the required sign for photo id at register

parent 8e6f8872
......@@ -272,7 +272,7 @@ export default function RegisterPage() {
{/* Photo ID */}
<div className="col-span-2 lg:col-span-3">
<div className="input__field">
<InputLabel htmlFor="photoid_number">Photo ID<span className="text-red-500">*</span></InputLabel>
<InputLabel htmlFor="photoid_number">Photo ID</InputLabel>
<OutlinedInput
fullWidth
id="photoid_number"
......
Markdown is supported
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