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 f67e11a1
authored
2024-06-20 19:26:05 +0530
by
jaymehta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
.
1 parent
f4ccfd3b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
components/home/LetDiscover.js
components/listing/LetDiscover.js
components/listing/ListingItems.js
components/home/LetDiscover.js
View file @
f67e11a
...
@@ -100,7 +100,7 @@ const LetDiscover = ({ categories }) => {
...
@@ -100,7 +100,7 @@ const LetDiscover = ({ categories }) => {
}}
}}
>
>
<
span
className
=
"image-container"
>
<
span
className
=
"image-container"
>
<
Image
priority
=
{
false
}
loading
=
"lazy"
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
cleanImage
(
data
?.
attributes
?.
image
?.
data
?.
attributes
)}
/
>
<
img
priority
=
{
false
}
loading
=
"lazy"
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
cleanImage
(
data
?.
attributes
?.
image
?.
data
?.
attributes
)}
/
>
<
/span
>
<
/span
>
<
div
className
=
"title"
>
{
data
?.
attributes
?.
name
}
<
/div
>
<
div
className
=
"title"
>
{
data
?.
attributes
?.
name
}
<
/div
>
<
/a
>
<
/a
>
...
...
components/listing/LetDiscover.js
View file @
f67e11a
...
@@ -143,7 +143,7 @@ const LetDiscover = ({ categories }) => {
...
@@ -143,7 +143,7 @@ const LetDiscover = ({ categories }) => {
}}
}}
>
>
<
span
className
=
"image-container"
>
<
span
className
=
"image-container"
>
<
Image
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
cleanImage
(
data
?.
attributes
?.
image
?.
data
?.
attributes
)}
/
>
<
img
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
cleanImage
(
data
?.
attributes
?.
image
?.
data
?.
attributes
)}
/
>
<
/span
>
<
/span
>
<
div
className
=
"title"
>
{
data
.
attributes
.
name
}
<
/div
>
<
div
className
=
"title"
>
{
data
.
attributes
.
name
}
<
/div
>
<
/a
>
<
/a
>
...
...
components/listing/ListingItems.js
View file @
f67e11a
...
@@ -65,7 +65,7 @@ console.log("queryParams", queryParams);
...
@@ -65,7 +65,7 @@ console.log("queryParams", queryParams);
<
div
className
=
"browse-experiences-item"
>
<
div
className
=
"browse-experiences-item"
>
<
div
className
=
"img-wrapper"
>
<
div
className
=
"img-wrapper"
>
<
span
className
=
"image-container"
>
<
span
className
=
"image-container"
>
<
Image
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
cleanImage
(
data
.
attributes
?.
image
?.
data
?.
attributes
)}
/
>
<
img
layout
=
"fill"
alt
=
""
className
=
"image img-fluid"
src
=
{
cleanImage
(
data
.
attributes
?.
image
?.
data
?.
attributes
)}
/
>
<
/span
>
<
/span
>
<
div
className
=
"top-rated"
>
Top
Rated
<
/div
>
<
div
className
=
"top-rated"
>
Top
Rated
<
/div
>
<
/div
>
<
/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