Skip to content

Commit fd20117

Browse files
committed
chore: remove spaces
1 parent 44a6c98 commit fd20117

File tree

1 file changed

+2
-2
lines changed
  • packages/docs/src/components

1 file changed

+2
-2
lines changed

packages/docs/src/components/Seo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const SEO = ({ title, description, name, image, article, pro }: SEOProps) => {
9494
return 'Complete guide to CoreUI React migration. Track and review changes to the CoreUI for React.js components to help you migrate to the latest version.'
9595
}
9696

97-
return 'Complete guide to CoreUI for React.js components and implementation.'
97+
return 'Complete guide to CoreUI for React.js components and implementation.'
9898
}
9999

100100
const schema = [
@@ -127,7 +127,7 @@ const SEO = ({ title, description, name, image, article, pro }: SEOProps) => {
127127
'@context': 'https://schema.org',
128128
'@type': 'TechArticle',
129129
headline: `${seo.title} documentation`,
130-
description: getDynamicDescription(seo.url, name,),
130+
description: getDynamicDescription(seo.url, name),
131131
author: {
132132
'@type': 'Organization',
133133
name: 'CoreUI Team',

0 commit comments

Comments
 (0)