Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
Akruti-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 8e7f368b
authored
2026-04-13 17:19:09 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated header menu
1 parent
29b2cc52
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
components/Collection/Gallery.js
components/Layout/Header.js
components/StoneFinishCabinet/Details.js
components/Collection/Gallery.js
View file @
8e7f368
...
@@ -35,7 +35,6 @@ const Gallery = ({ productData }) => {
...
@@ -35,7 +35,6 @@ const Gallery = ({ productData }) => {
return
(
return
(
<
Col
<
Col
key
=
{
item
?.
id
}
key
=
{
item
?.
id
}
// xs={6}
xs
=
{
isFullWidth
?
12
:
6
}
xs
=
{
isFullWidth
?
12
:
6
}
className
=
"mb-4"
className
=
"mb-4"
>
>
...
...
components/Layout/Header.js
View file @
8e7f368
This diff is collapsed.
Click to expand it.
components/StoneFinishCabinet/Details.js
View file @
8e7f368
...
@@ -40,7 +40,7 @@ const Details = ({DetailsItem,bottomInfo}) => {
...
@@ -40,7 +40,7 @@ const Details = ({DetailsItem,bottomInfo}) => {
{
/* Image */
}
{
/* Image */
}
<
div
className
=
{
`col-md-7 mb-4 mb-md-0
${
!
isEven
?
'order-md-2'
:
''
}
`
}
>
<
div
className
=
{
`col-md-7 mb-4 mb-md-0
${
!
isEven
?
'order-md-2'
:
''
}
`
}
>
<
div
className
=
'stain-Details-image'
>
<
div
className
=
'stain-Details-image'
>
<
img
className
=
'img-fluid'
src
=
{
cleanImage
(
item
?.
image
?.
url
)}
alt
=
{
item
?.
title
||
''
}
/
>
<
img
className
=
'img-fluid
w-100
'
src
=
{
cleanImage
(
item
?.
image
?.
url
)}
alt
=
{
item
?.
title
||
''
}
/
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
{
/* Content */
}
{
/* Content */
}
...
...
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