Skip to content

Commit 264d30a

Browse files
authored
chore(web): add play store link (#54)
1 parent 74e372a commit 264d30a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

web/src/Home.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ const Home: Component = () => {
1919
<div>Make sure it's configured like this:</div>
2020
<img src={obsSettingsImg} alt="configuration" />
2121
<div>Download a control app.</div>
22-
<div>
23-
(coming soon, in the mean time use the web interface{" "}
24-
<Link href={`/${uuid()}`}>https://kit.rtirl.com/{uuid()}</Link>)
25-
</div>
22+
<Link href="https://play.google.com/store/apps/details?id=com.rtirl.kit" target="_blank">Android</Link>
23+
<br/>
24+
<Link href={`/${uuid()}`}>Web Interface</Link>
2625
<div>Make a new app with the API</div>
2726
<div>Ask on <a href="https://discord.gg/UKHJMQs74u">discord</a>{" "}, documentation isn't done yet.</div>
2827
</div>

0 commit comments

Comments
 (0)