Skip to content

Commit

Permalink
fix: documentation images
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Oct 11, 2023
1 parent 58f6b72 commit 889b206
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/src/components/Codemask.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
import codemaskLogo from '../assets/codemask.svg'
const logo = codemaskLogo
---


Expand All @@ -7,7 +10,7 @@
Brought to you by Codemask
</span>
<a href="https://codemask.com" target="_blank">
<img src="../assets/codemask.svg" alt="codemask" />
<img src={logo.src} alt="codemask" />
</a>
<span class="codemask-description">
Bridging Your Idea to the digital world
Expand Down
7 changes: 6 additions & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ import { Card, CardGrid } from '@astrojs/starlight/components'
import Codemask from '../../components/Codemask.astro'
import Seo from '../../components/Seo.astro'

<Seo seo={{}}>
<Seo
seo={{
title: 'react-native-unistyles',
description: 'Level up your React Native StyleSheet'
}}
>
<Card
title="Features"
icon="rocket"
Expand Down

0 comments on commit 889b206

Please sign in to comment.