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 8c35d242
authored
2026-04-08 12:04:16 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
075093fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
components/StoneFinishCabinet/Details.js
components/StoneFinishCabinet/Details.js
View file @
8c35d24
...
...
@@ -37,21 +37,21 @@ const Details = ({DetailsItem,bottomInfo}) => {
return
(
<
div
className
=
'stain-Details-item'
>
<
div
className
=
'row'
key
=
{
index
}
>
{
/* Image */
}
<
div
className
=
{
`col-md-7 mb-4 mb-md-0
${
!
isEven
?
'order-md-2'
:
''
}
`
}
>
<
div
className
=
'stain-Details-image'
>
<
img
className
=
'img-fluid'
src
=
{
cleanImage
(
item
?.
image
?.
url
)}
alt
=
{
item
?.
title
||
''
}
/
>
<
/div
>
<
/div
>
{
/* Content */
}
<
div
className
=
{
`col-md-5
${
!
isEven
?
'order-md-
2
'
:
''
}
`
}
>
<
div
className
=
{
`col-md-5
${
!
isEven
?
'order-md-
1
'
:
''
}
`
}
>
<
div
className
=
'stain-Details-content'
>
<
h3
>
{
item
.
title
}
<
/h3
>
<
div
dangerouslySetInnerHTML
=
{{
__html
:
item
?.
description
||
""
}}
/
>
<
/div
>
<
/div
>
{
/* Image */
}
<
div
className
=
{
`col-md-7
${
!
isEven
?
'order-md-1'
:
''
}
`
}
>
<
div
className
=
'stain-Details-image'
>
<
img
className
=
'img-fluid'
src
=
{
cleanImage
(
item
?.
image
?.
url
)}
alt
=
{
item
?.
title
||
''
}
/
>
<
/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