Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 5ef61bb4
authored
10 months ago
by
Chetan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
some issues
1 parent
ccf9330d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
components/home/Testimonial.js
components/login/Login.js
components/signup/Signup.js
components/home/Testimonial.js
View file @
5ef61bb
...
@@ -54,8 +54,9 @@ const Testimonial = ({ testimonial }) => {
...
@@ -54,8 +54,9 @@ const Testimonial = ({ testimonial }) => {
rating
=
{
rating
}
rating
=
{
rating
}
starRatedColor
=
"#ffe200"
// Set the rated color to yellow
starRatedColor
=
"#ffe200"
// Set the rated color to yellow
starHoverColor
=
"#ffe200"
// Set the hover color to yellow
starHoverColor
=
"#ffe200"
// Set the hover color to yellow
changeRating
=
{
handleRatingChange
}
//
changeRating={handleRatingChange}
numberOfStars
=
{
5
}
numberOfStars
=
{
5
}
isSelectable
=
{
false
}
name
=
"rating"
name
=
"rating"
starDimension
=
"16px"
// Set star width and height
starDimension
=
"16px"
// Set star width and height
/>
/>
...
...
This diff is collapsed.
Click to expand it.
components/login/Login.js
View file @
5ef61bb
...
@@ -123,7 +123,7 @@ const Login = props => {
...
@@ -123,7 +123,7 @@ const Login = props => {
<
/Link
>
<
/Link
>
<
/p
>
<
/p
>
<
/div
>
<
/div
>
{
props
&&
props
.
type
==
"user"
&&
(
{
/* {
props && props.type == "user" && (
<>
<>
<div className="input-group mb-0">
<div className="input-group mb-0">
<div className="btn-continue">
<div className="btn-continue">
...
@@ -150,7 +150,7 @@ const Login = props => {
...
@@ -150,7 +150,7 @@ const Login = props => {
</div>
</div>
</div>
</div>
</>
</>
)}
)}
*/
}
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
components/signup/Signup.js
View file @
5ef61bb
...
@@ -190,8 +190,8 @@ const Signup = props => {
...
@@ -190,8 +190,8 @@ const Signup = props => {
<
/div
>
<
/div
>
<
div
className
=
"input-group"
>
<
div
className
=
"input-group"
>
<
label
>
Mobile
No
.
<
/label
>
<
label
>
Mobile
No
.
<
/label
>
<
div
className
=
"contact-numbe
r
"
>
<
div
className
=
"contact-numbe
w-100
"
>
<
select
{
/*
<select
id="countryCode"
id="countryCode"
name="countryCode"
name="countryCode"
onChange={handleChange}
onChange={handleChange}
...
@@ -203,7 +203,7 @@ const Signup = props => {
...
@@ -203,7 +203,7 @@ const Signup = props => {
>
>
<option value="+91">+91</option>
<option value="+91">+91</option>
<option value="+44">+44</option>
<option value="+44">+44</option>
<
/select
>
</select>
*/
}
<
input
<
input
type
=
"text"
type
=
"text"
name
=
"mobile"
name
=
"mobile"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment