Commit 5ef61bb4 by Chetan

some issues

1 parent ccf9330d
......@@ -54,8 +54,9 @@ const Testimonial = ({ testimonial }) => {
rating={rating}
starRatedColor="#ffe200" // Set the rated color to yellow
starHoverColor="#ffe200" // Set the hover color to yellow
changeRating={handleRatingChange}
// changeRating={handleRatingChange}
numberOfStars={5}
isSelectable={false}
name="rating"
starDimension="16px" // Set star width and height
/>
......
......@@ -123,7 +123,7 @@ const Login = props => {
</Link>
</p>
</div>
{props && props.type == "user" && (
{/* {props && props.type == "user" && (
<>
<div className="input-group mb-0">
<div className="btn-continue">
......@@ -150,7 +150,7 @@ const Login = props => {
</div>
</div>
</>
)}
)} */}
</div>
</div>
</div>
......
......@@ -190,8 +190,8 @@ const Signup = props => {
</div>
<div className="input-group">
<label>Mobile No.</label>
<div className="contact-number">
<select
<div className="contact-numbe w-100">
{/* <select
id="countryCode"
name="countryCode"
onChange={handleChange}
......@@ -203,7 +203,7 @@ const Signup = props => {
>
<option value="+91">+91</option>
<option value="+44">+44</option>
</select>
</select> */}
<input
type="text"
name="mobile"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!