diff --git a/apps/site/src/content/design-system/components/flexi-cell/code/development-examples/content.mdoc b/apps/site/src/content/design-system/components/flexi-cell/code/development-examples/content.mdoc index 13ac2afa6..f0dcc2c15 100644 --- a/apps/site/src/content/design-system/components/flexi-cell/code/development-examples/content.mdoc +++ b/apps/site/src/content/design-system/components/flexi-cell/code/development-examples/content.mdoc @@ -42,8 +42,7 @@ ### **Simple tile (Horizontal layout)** ```jsx -() => { - return + {new Array(3).fill(null).map((_, index) => )} - ; -} + ``` ### **Image tile (Vertical stack)** @@ -98,8 +96,7 @@ ### **Image tile - Edge to edge (Horizontal layout)** ```jsx -() => { - return + {new Array(3).fill(null).map((_, index) => )} - ; -} + ``` diff --git a/apps/site/src/content/design-system/components/flexi-cell/design/image-bleed/content.mdoc b/apps/site/src/content/design-system/components/flexi-cell/design/image-bleed/content.mdoc index e00b26b59..bbee352e2 100644 --- a/apps/site/src/content/design-system/components/flexi-cell/design/image-bleed/content.mdoc +++ b/apps/site/src/content/design-system/components/flexi-cell/design/image-bleed/content.mdoc @@ -1,4 +1,4 @@ -These tiles have a responsive content layout, use the demo button to preview this responsive behaviour. +This version of the Flexi-cell has a responsive content layout, use the demo button to preview this responsive behaviour. ### Horizontal @@ -36,8 +36,7 @@ These tiles have a responsive content layout, use the demo button to preview thi - **Md +:** Tile padding 18px ``` -() => { - return + {new Array(3).fill(null).map((_, index) => )} - ; -} ``` diff --git a/apps/site/src/content/design-system/components/flexi-cell/design/symbol/content.mdoc b/apps/site/src/content/design-system/components/flexi-cell/design/symbol/content.mdoc index 1b0a532d9..932989408 100644 --- a/apps/site/src/content/design-system/components/flexi-cell/design/symbol/content.mdoc +++ b/apps/site/src/content/design-system/components/flexi-cell/design/symbol/content.mdoc @@ -1,4 +1,4 @@ -These tiles have a responsive content layout, use the demo button to preview this responsive behaviour. +This version of the Flexi-cell has a responsive content layout, use the demo button to preview this responsive behaviour. ### Horizontal @@ -54,9 +54,7 @@ These tiles have a responsive content layout, use the demo button to preview thi - **Md +:** Tile padding 18px ``` - () => { - return - + - ; -} ``` diff --git a/apps/site/src/content/design-system/components/flexi-cell/index.yaml b/apps/site/src/content/design-system/components/flexi-cell/index.yaml index ae301663e..559e46d90 100644 --- a/apps/site/src/content/design-system/components/flexi-cell/index.yaml +++ b/apps/site/src/content/design-system/components/flexi-cell/index.yaml @@ -1,8 +1,8 @@ name: Flexi Cell description: >- - Use the Flexi-cell component to present information in a visually distinct and - interactive way. They can have a stacked or horizontal layout, ensure your - content aligns with the brand guidelines. + Use Flexi-cells to help organise content into consistent, manageable, visually + distinct blocks, making it easier for users to scan and interact with. Ensure + your content aligns with the brand guidelines. namedExport: discriminant: false excludeFromNavbar: true