fix yoga services
This commit is contained in:
parent
b9f44caf1a
commit
505f5c0840
@ -21,7 +21,7 @@ const OurServiceComponent = ({config: {title,header,description,services}}: Prop
|
|||||||
<div className="row" data-aos="fade-up">
|
<div className="row" data-aos="fade-up">
|
||||||
{services.map(
|
{services.map(
|
||||||
itemConfig =>
|
itemConfig =>
|
||||||
<OurServiceItemComponent config={itemConfig} />
|
<OurServiceItemComponent config={itemConfig} key={itemConfig.id} />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<figure className="services_left_shape left_shape mb-0">
|
<figure className="services_left_shape left_shape mb-0">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user