Skip to content

Commit ddef9f0

Browse files
committed
improve title
1 parent 15383df commit ddef9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/tamagui.dev/app/(site)/(docs)/ui/[...subpath].tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ export function DocComponentsPage() {
7171
return (
7272
<>
7373
<HeadInfo
74-
title={`${frontmatter.title} | Tamagui — style library and UI kit for React`}
75-
description={frontmatter.description}
74+
title={`${frontmatter.title} | Tamagui — style library and UI kit for React Native and React Web`}
75+
description={frontmatter.description || 'UI Kit'}
7676
openGraph={{
7777
images: [
7878
{

0 commit comments

Comments
 (0)