We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15383df commit ddef9f0Copy full SHA for ddef9f0
code/tamagui.dev/app/(site)/(docs)/ui/[...subpath].tsx
@@ -71,8 +71,8 @@ export function DocComponentsPage() {
71
return (
72
<>
73
<HeadInfo
74
- title={`${frontmatter.title} | Tamagui — style library and UI kit for React`}
75
- description={frontmatter.description}
+ title={`${frontmatter.title} | Tamagui — style library and UI kit for React Native and React Web`}
+ description={frontmatter.description || 'UI Kit'}
76
openGraph={{
77
images: [
78
{
0 commit comments