Skip to content

Commit 2b71038

Browse files
authored
Merge pull request #355 from mrzachnugent/@zach/new-og
feat(docs): update og image + fix nativewind link
2 parents 4c19ff8 + fd2a332 commit 2b71038

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/docs/public/og.jpeg

208 KB
Loading

apps/docs/src/components/Head.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import Default from '@astrojs/starlight/components/Head.astro'
77
<Default {...Astro.props}><slot /></Default>
88

99
<!-- Render the <meta/> tags for the Open Graph images. -->
10-
<meta property="og:image" content="https://rnr-docs.vercel.app/rnr-banner.png" />
11-
<meta name="twitter:image" content="https://rnr-docs.vercel.app/rnr-banner.png" />
10+
<meta property="og:image" content="https://rnr-docs.vercel.app/og.jpeg" />
11+
<meta name="twitter:image" content="https://rnr-docs.vercel.app/og.jpeg" />

apps/docs/src/content/docs/getting-started/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Aside, Card, FileTree } from '@astrojs/starlight/components';
1010

1111
### Universal [shadcn/ui](https://ui.shadcn.com) for React Native
1212

13-
Crafted with [NativeWind v4](https://www.nativewind.dev/v4/overview) and accessibility in mind, `react-native-reusables` is open source, offering a foundation for developing your own high-quality component library.
13+
Crafted with [NativeWind v4](https://www.nativewind.dev/) and accessibility in mind, `react-native-reusables` is open source, offering a foundation for developing your own high-quality component library.
1414

1515
<video controls>
1616
<source src="https://github.com/mrzachnugent/react-native-reusables/assets/63797719/ae7e074f-05a4-4568-b71a-f1e0be13650d" type="video/mp4" />

0 commit comments

Comments
 (0)