We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e372a commit 264d30aCopy full SHA for 264d30a
web/src/Home.tsx
@@ -19,10 +19,9 @@ const Home: Component = () => {
19
<div>Make sure it's configured like this:</div>
20
<img src={obsSettingsImg} alt="configuration" />
21
<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>
+ <Link href="https://play.google.com/store/apps/details?id=com.rtirl.kit" target="_blank">Android</Link>
+ <br/>
+ <Link href={`/${uuid()}`}>Web Interface</Link>
26
<div>Make a new app with the API</div>
27
<div>Ask on <a href="https://discord.gg/UKHJMQs74u">discord</a>{" "}, documentation isn't done yet.</div>
28
</div>
0 commit comments