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 8107e696
authored
11 months ago
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
https://git.logicloop.io/jaymehta/zango-frontend
2 parents
5685c638
5ef61bb4
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
31 additions
and
12 deletions
components/blog/BlogItem.js
components/detail/DetailInfo.js
components/home/Testimonial.js
components/listing/LetDiscover.js
components/listing/ListingItems.js
components/login/Login.js
components/signup/Signup.js
components/blog/BlogItem.js
View file @
8107e69
...
...
@@ -308,15 +308,15 @@ const BlogsItem = ({blogs}) => {
<
span
className
=
"image-container"
>
<
Image
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
cleanImage
(
data
?.
attributes
?.
image
?.
data
?.
attributes
)}
/
>
<
/span
>
<
div
className
=
"top-rated"
>
{
data
?.
attributes
?.
categories
}
<
/div
>
{
/* <div className="top-rated">{data?.attributes?.categories}</div> */
}
<
/div
>
<
div
className
=
"info"
>
<
div
className
=
"read-row"
>
{
/*
<div className="read-row">
<span className="image-container">
<Image layout="fill" alt="" className="image img-fluid" src="/images/icons/clock.svg" />
</span>
<div className="">{data?.attributes?.read} Read</div>
<
/div
>
</div>
*/
}
<
div
className
=
"title"
>
{
data
?.
attributes
?.
title
}
<
/div
>
<
div
className
=
"discription"
dangerouslySetInnerHTML
=
{{
__html
:
data
?.
attributes
?.
description
}}
><
/div
>
<
div
className
=
"read-more"
>
...
...
This diff is collapsed.
Click to expand it.
components/detail/DetailInfo.js
View file @
8107e69
...
...
@@ -151,6 +151,21 @@ const DetailInfo = ({ activityById }) => {
<
/span
>
<
/Button
>
<
/div
>
<
div
>
<
Button
disabled
=
{
loading
}
// onClick={() => {
// if (!endUser) {
// setloginModal(true);
// } else {
// setenquiryModal(true);
// }
// }}
variant
=
"primary me-3"
>
Book
Now
<
/Button
>
<
/div
>
<
/div
>
<
/div
>
)}
...
...
This diff is collapsed.
Click to expand it.
components/home/Testimonial.js
View file @
8107e69
...
...
@@ -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
/>
...
...
This diff is collapsed.
Click to expand it.
components/listing/LetDiscover.js
View file @
8107e69
...
...
@@ -120,7 +120,7 @@ const LetDiscover = ({ categories }) => {
}}
>
<
span
className
=
"image-container"
>
<
Image
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
"/images/discover/01.
png
"
}
/
>
<
Image
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
"/images/discover/01.
webp
"
}
/
>
<
/span
>
<
div
className
=
"title"
>
{
"All"
}
<
/div
>
<
/a
>
...
...
This diff is collapsed.
Click to expand it.
components/listing/ListingItems.js
View file @
8107e69
...
...
@@ -82,10 +82,13 @@ const ListingItems = ({ allActivitiesData, loading, gridClass, totalCount }) =>
<
/div
>
<
/div
>
<
div
className
=
"discription"
>
{
data
.
discription
}
<
a
href
=
""
>
Read
More
<
/a
>
{
data
.
discription
}
{
/* <a href="">Read More</a> */
}
<
/div
>
<
div
className
=
"price"
>
$
{
data
?.
attributes
?.
pricePerPerson
}
<
span
className
=
"off"
>
{
data
?.
attributes
?.
off
}
%
OFF
<
/span
>
$
{
data
?.
attributes
?.
pricePerPerson
}
<
span
className
=
"off"
>
{
data
?.
attributes
?.
off
}
{
/* % OFF */
}
<
/span
>
<
/div
>
<
div
className
=
"detail"
>
<
div
className
=
""
>
For
1
Night
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
components/login/Login.js
View file @
8107e69
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
components/signup/Signup.js
View file @
8107e69
...
...
@@ -190,8 +190,8 @@ const Signup = props => {
<
/div
>
<
div
className
=
"input-group"
>
<
label
>
Mobile
No
.
<
/label
>
<
div
className
=
"contact-numbe
r
"
>
<
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"
...
...
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