diff --git a/docs/3.0.x/utility-props.md b/docs/3.0.x/utility-props.md index 6a8d79aaf..d9d365a86 100644 --- a/docs/3.0.x/utility-props.md +++ b/docs/3.0.x/utility-props.md @@ -1,6 +1,8 @@ --- id: utility-props title: Utility Props +metaTitle: Utility Props | NativeBase +metaDescription: Explore the properties of style props in NativeBase like margin and padding. Discover how they are used to style components by passing props to them. --- Style props are a way to alter the style of a component by simply passing props to it. It helps to save time by providing helpful shorthand ways to style components. diff --git a/docs/3.1.x/utility-props.md b/docs/3.1.x/utility-props.md index 6a8d79aaf..d9d365a86 100644 --- a/docs/3.1.x/utility-props.md +++ b/docs/3.1.x/utility-props.md @@ -1,6 +1,8 @@ --- id: utility-props title: Utility Props +metaTitle: Utility Props | NativeBase +metaDescription: Explore the properties of style props in NativeBase like margin and padding. Discover how they are used to style components by passing props to them. --- Style props are a way to alter the style of a component by simply passing props to it. It helps to save time by providing helpful shorthand ways to style components. diff --git a/docs/3.2.x/utility-props.md b/docs/3.2.x/utility-props.md index aded10c12..968cff4a8 100644 --- a/docs/3.2.x/utility-props.md +++ b/docs/3.2.x/utility-props.md @@ -1,6 +1,8 @@ --- id: utility-props title: Utility Props +metaTitle: Utility Props | NativeBase +metaDescription: Explore the properties of style props in NativeBase like margin and padding. Discover how they are used to style components by passing props to them. --- Style props are a way to alter the style of a component by simply passing props to it. It helps to save time by providing helpful shorthand ways to style components. diff --git a/docs/3.3.x/utility-props.md b/docs/3.3.x/utility-props.md index 20281f505..d18f427e3 100644 --- a/docs/3.3.x/utility-props.md +++ b/docs/3.3.x/utility-props.md @@ -1,6 +1,8 @@ --- id: utility-props title: Utility Props +metaTitle: Utility Props | NativeBase +metaDescription: Explore the properties of style props in NativeBase like margin and padding. Discover how they are used to style components by passing props to them. --- Style props are a way to alter the style of a component by simply passing props to it. It helps to save time by providing helpful shorthand ways to style components. diff --git a/docs/3.4.x/utility-props.md b/docs/3.4.x/utility-props.md index 20281f505..d18f427e3 100644 --- a/docs/3.4.x/utility-props.md +++ b/docs/3.4.x/utility-props.md @@ -1,6 +1,8 @@ --- id: utility-props title: Utility Props +metaTitle: Utility Props | NativeBase +metaDescription: Explore the properties of style props in NativeBase like margin and padding. Discover how they are used to style components by passing props to them. --- Style props are a way to alter the style of a component by simply passing props to it. It helps to save time by providing helpful shorthand ways to style components. diff --git a/docs/next/utility-props.md b/docs/next/utility-props.md index 20281f505..d18f427e3 100644 --- a/docs/next/utility-props.md +++ b/docs/next/utility-props.md @@ -1,6 +1,8 @@ --- id: utility-props title: Utility Props +metaTitle: Utility Props | NativeBase +metaDescription: Explore the properties of style props in NativeBase like margin and padding. Discover how they are used to style components by passing props to them. --- Style props are a way to alter the style of a component by simply passing props to it. It helps to save time by providing helpful shorthand ways to style components. diff --git a/layouts/index.tsx b/layouts/index.tsx index d165430b0..2848bd397 100644 --- a/layouts/index.tsx +++ b/layouts/index.tsx @@ -103,10 +103,8 @@ function Layout({ ? frontMatter.title + " | NativeBase " : pages?.currentPage?.title + " | NativeBase " }`; - - let href = "https://docs.nativebase.io/" + pages.currentPage.id; const { metaTitle, metaDescription } = frontMatter; - console.log(metaTitle, metaDescription); + let href = "https://docs.nativebase.io/" + pages.currentPage.id; return ( <>