diff --git a/package-lock.json b/package-lock.json index bff468a..3aba7d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fold-dev/docs", - "version": "24.6.8.5", + "version": "24.6.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fold-dev/docs", - "version": "24.6.8.5", + "version": "24.6.9.0", "license": "ISC", "dependencies": { "@fold-dev/core": "^0.11.7", diff --git a/package.json b/package.json index c09b1eb..8770c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fold-dev/docs", - "version": "24.6.8.5", + "version": "24.6.9.0", "description": "UI components for product teams.", "scripts": { "prepare": "husky install", diff --git a/src/pages/docs/core/grid.mdx b/src/pages/docs/core/grid.mdx index 24a0c29..cd18b20 100644 --- a/src/pages/docs/core/grid.mdx +++ b/src/pages/docs/core/grid.mdx @@ -8,7 +8,7 @@ import { Grid, GridItem } from '@fold-dev/core' export const docs = { title: 'Grid', subtitle: - 'The Grid component wraps `display: grid`, arranging child elements within a grid structure comprised of rows and columns.', + 'The Grid component wraps "display: grid", arranging child elements within a grid structure comprised of rows and columns.', description: 'The Grid component provides a grid-centric layout system that simplifies website & app design by incorporating rows and columns, eliminating the need for floats and positioning.', } @@ -173,4 +173,4 @@ export const AppLayout = () => { } ``` -export default ({ children }) => {children} \ No newline at end of file +export default ({ children }) => {children}