This commit is contained in:
CHIEFSOFT\ameye
2025-08-30 10:32:16 -04:00
parent 4385d8bec0
commit 98bf50fcde
@@ -133,7 +133,7 @@ export default function ProfileCompleteCom(){
:
<div className="row pt-1">
<div className="col-md-6 m-b-30">
<div className="card card-statistics h-100 mb-0">
<div className="card card-statistics h-100 mb-0" style={{borderRadius: '10px'}}>
{/* <div className="card-header d-flex align-items-center justify-content-between">
<div className="card-heading">
<h4 className="card-title">My Product URLs</h4>
@@ -167,7 +167,7 @@ export default function ProfileCompleteCom(){
<div className="">
<div className="form-group">
<label className={`text-black fw-bold control-label`}>Specialization :</label>
<label className={`text-black fw-bold control-label`}>Your Specialization :</label>
<div className="position-relative">
<select onChange={handlePracticeChange} name='specialization' value={initialValues.specialization} className="form-control">
<option value=''>Select</option>
@@ -182,7 +182,7 @@ export default function ProfileCompleteCom(){
<div className="">
<div className="form-group position-relative">
<label className={`text-black fw-bold control-label`}>General Information :</label>
<label className={`text-black fw-bold control-label`}>Other General Information :</label>
<textarea name='introduction' rows={10} style={{resize: 'none'}} className="form-control" value={initialValues.introduction} onChange={handlePracticeChange} />
</div>
</div>