Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
mironiasty committed Sep 23, 2024
1 parent 559d9b3 commit 9bf2bf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar_position: 1

# Quick Setup

Integrate Fishjam Cloud into your React Native application.

### Install package

```bash npm2yarn
Expand Down Expand Up @@ -78,3 +80,7 @@ function Component() {
);
}
```

### More

Checkout our [full documentation](/guide/category/react-native-integration) for more details.
5 changes: 1 addition & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ function HomepageHeader() {
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/guide/react-native/installation"
>
<Link className="button button--secondary button--lg" to="/guide/">
Setup React Native App - 5min ⏱️
</Link>
</div>
Expand Down

0 comments on commit 9bf2bf4

Please sign in to comment.