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 d7b30b97
authored
2026-04-14 11:45:27 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated stone layout
1 parent
a5892fc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
components/StoneFinishCabinet/Details.js
components/StoneFinishCabinet/StoneFinishCabinet.js
components/StoneFinishCabinet/Details.js
View file @
d7b30b9
...
...
@@ -62,19 +62,7 @@ const Details = ({DetailsItem,bottomInfo}) => {
<
/Col
>
<
/Row
>
<
/div
>
<
/section
>
{(
bottomInfo
?.
title
||
bottomInfo
?.
description
)
&&
(
<
section
className
=
"about-section about-info-section pt-0 mt-0"
>
<
div
className
=
"container"
>
<
Row
className
=
"justify-content-center text-center"
>
<
Col
md
=
{
12
}
>
<
div
className
=
'mb-2 text-transform-uppercase'
><
strong
>
{
bottomInfo
?.
title
}
<
/strong></
div
>
<
div
dangerouslySetInnerHTML
=
{{
__html
:
bottomInfo
?.
description
}}
/
>
<
/Col
>
<
/Row
>
<
/div
>
<
/section
>
)}
<
/section>
<
/
>
)
}
...
...
components/StoneFinishCabinet/StoneFinishCabinet.js
View file @
d7b30b9
...
...
@@ -7,7 +7,7 @@ const StoneFinishCabinet = ({ StoneFinishCabinet }) => {
return
(
<>
<
AboutInfo
productData
=
{
StoneFinishCabinet
?.
aboutInfo
}
/
>
{
StoneFinishCabinet
?.
detailsItem
?.
length
>
0
&&
(
{
(
StoneFinishCabinet
?.
detailsItem
?.
length
>
0
||
StoneFinishCabinet
?.
bottomInfo
?.
title
||
StoneFinishCabinet
?.
bottomInfo
?.
description
)
&&
(
<
Details
DetailsItem
=
{
StoneFinishCabinet
.
detailsItem
}
bottomInfo
=
{
StoneFinishCabinet
.
bottomInfo
}
...
...
@@ -16,7 +16,7 @@ const StoneFinishCabinet = ({ StoneFinishCabinet }) => {
{(
StoneFinishCabinet
?.
aboutInfoTwo
||
StoneFinishCabinet
?.
detailsItemTwo
?.
length
>
0
)
&&
(
<>
<
AboutInfo
productData
=
{
StoneFinishCabinet
?.
aboutInfoTwo
}
/
>
{
StoneFinishCabinet
?.
detailsItemTwo
?.
length
>
0
&&
(
{
(
StoneFinishCabinet
?.
detailsItemTwo
?.
length
>
0
||
StoneFinishCabinet
?.
bottomInfoTwo
?.
title
||
StoneFinishCabinet
?.
bottomInfoTwo
?.
description
)
&&
(
<
Details
DetailsItem
=
{
StoneFinishCabinet
.
detailsItemTwo
}
bottomInfo
=
{
StoneFinishCabinet
.
bottomInfoTwo
}
...
...
@@ -24,6 +24,18 @@ const StoneFinishCabinet = ({ StoneFinishCabinet }) => {
)}
<
/
>
)}
{(
StoneFinishCabinet
?.
bottomInfo
?.
title
||
StoneFinishCabinet
?.
bottomInfo
?.
description
)
&&
(
<
section
className
=
"about-section about-info-section pt-0 mt-0"
>
<
div
className
=
"container"
>
<
Row
className
=
"justify-content-center text-center"
>
<
Col
md
=
{
12
}
>
<
div
className
=
'mb-2 text-transform-uppercase'
><
strong
>
{
StoneFinishCabinet
?.
bottomInfo
?.
title
}
<
/strong></
div
>
<
div
dangerouslySetInnerHTML
=
{{
__html
:
StoneFinishCabinet
?.
bottomInfo
?.
description
}}
/
>
<
/Col
>
<
/Row
>
<
/div
>
<
/section
>
)}
<
/
>
)
}
...
...
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