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 ccf9330d
authored
2024-06-18 19:01:35 +0530
by
Chetan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
problem solve in excell
1 parent
e1745b51
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
6 deletions
components/blog/BlogItem.js
components/detail/DetailInfo.js
components/listing/LetDiscover.js
components/listing/ListingItems.js
components/blog/BlogItem.js
View file @
ccf9330
...
@@ -308,15 +308,15 @@ const BlogsItem = ({blogs}) => {
...
@@ -308,15 +308,15 @@ const BlogsItem = ({blogs}) => {
<
span
className
=
"image-container"
>
<
span
className
=
"image-container"
>
<
Image
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
cleanImage
(
data
?.
attributes
?.
image
?.
data
?.
attributes
)}
/
>
<
Image
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
cleanImage
(
data
?.
attributes
?.
image
?.
data
?.
attributes
)}
/
>
<
/span
>
<
/span
>
<
div
className
=
"top-rated"
>
{
data
?.
attributes
?.
categories
}
<
/div
>
{
/* <div className="top-rated">{data?.attributes?.categories}</div> */
}
<
/div
>
<
/div
>
<
div
className
=
"info"
>
<
div
className
=
"info"
>
<
div
className
=
"read-row"
>
{
/*
<div className="read-row">
<span className="image-container">
<span className="image-container">
<Image layout="fill" alt="" className="image img-fluid" src="/images/icons/clock.svg" />
<Image layout="fill" alt="" className="image img-fluid" src="/images/icons/clock.svg" />
</span>
</span>
<div className="">{data?.attributes?.read} Read</div>
<div className="">{data?.attributes?.read} Read</div>
<
/div
>
</div>
*/
}
<
div
className
=
"title"
>
{
data
?.
attributes
?.
title
}
<
/div
>
<
div
className
=
"title"
>
{
data
?.
attributes
?.
title
}
<
/div
>
<
div
className
=
"discription"
dangerouslySetInnerHTML
=
{{
__html
:
data
?.
attributes
?.
description
}}
><
/div
>
<
div
className
=
"discription"
dangerouslySetInnerHTML
=
{{
__html
:
data
?.
attributes
?.
description
}}
><
/div
>
<
div
className
=
"read-more"
>
<
div
className
=
"read-more"
>
...
...
components/detail/DetailInfo.js
View file @
ccf9330
...
@@ -151,6 +151,21 @@ const DetailInfo = ({ activityById }) => {
...
@@ -151,6 +151,21 @@ const DetailInfo = ({ activityById }) => {
<
/span
>
<
/span
>
<
/Button
>
<
/Button
>
<
/div
>
<
/div
>
<
div
>
<
Button
disabled
=
{
loading
}
// onClick={() => {
// if (!endUser) {
// setloginModal(true);
// } else {
// setenquiryModal(true);
// }
// }}
variant
=
"primary me-3"
>
Book
Now
<
/Button
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
)}
)}
...
...
components/listing/LetDiscover.js
View file @
ccf9330
...
@@ -120,7 +120,7 @@ const LetDiscover = ({ categories }) => {
...
@@ -120,7 +120,7 @@ const LetDiscover = ({ categories }) => {
}}
}}
>
>
<
span
className
=
"image-container"
>
<
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
>
<
/span
>
<
div
className
=
"title"
>
{
"All"
}
<
/div
>
<
div
className
=
"title"
>
{
"All"
}
<
/div
>
<
/a
>
<
/a
>
...
...
components/listing/ListingItems.js
View file @
ccf9330
...
@@ -82,10 +82,13 @@ const ListingItems = ({ allActivitiesData, loading, gridClass, totalCount }) =>
...
@@ -82,10 +82,13 @@ const ListingItems = ({ allActivitiesData, loading, gridClass, totalCount }) =>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
className
=
"discription"
>
<
div
className
=
"discription"
>
{
data
.
discription
}
<
a
href
=
""
>
Read
More
<
/a
>
{
data
.
discription
}
{
/* <a href="">Read More</a> */
}
<
/div
>
<
/div
>
<
div
className
=
"price"
>
<
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
>
<
div
className
=
"detail"
>
<
div
className
=
"detail"
>
<
div
className
=
""
>
For
1
Night
<
/div
>
<
div
className
=
""
>
For
1
Night
<
/div
>
...
...
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