Skip to content

Commit e499361

Browse files
committed
chore: minor fixes to the docs page
1 parent 57d091b commit e499361

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

apps/website/src/pages/index.tsx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,13 @@ export default function Home() {
1313
<Layout title="Discover" description={siteConfig.tagline}>
1414
<HomepageHeader />
1515
<div id="more" className={classes.annoucement}>
16-
Coming from v4 or v5 ? Check out our{' '}
16+
Coming from `react-native-render-html` v4 or v5 ? Check out our{' '}
1717
<Link to="/docs/migration-guide">
1818
<strong>migration guide</strong>
1919
</Link>
2020
.
2121
</div>
2222
<div className={classes.advertising}>
23-
<div className={classes['advertising__left']}>
24-
<div className={classes['advertising__label']}>
25-
<p>
26-
Try out our <strong>Discovery App</strong> for an immersive mobile
27-
experience and glimpse of this library capabilities.
28-
</p>
29-
<p>
30-
Scan the QR code or{' '}
31-
<Link to="https://expo.dev/@jsamr/react-native-render-html-discovery">
32-
open the demo from the project page.
33-
</Link>
34-
. You need <Link to="https://expo.dev/client">Expo Go App</Link>{' '}
35-
to test it.
36-
</p>
37-
</div>
38-
</div>
3923
<div className={classes['advertising__right']}>
4024
<ExpoDiscoveryCard className={classes['advertising__expo']} />
4125
</div>

0 commit comments

Comments
 (0)