chore: add testflight link
This commit is contained in:
@ -1,14 +1,14 @@
|
|||||||
import { FormattedMessage } from "react-intl";
|
import { FormattedMessage } from "react-intl";
|
||||||
|
|
||||||
import PlayStore from "../images/GetItOnGooglePlay_Badge_Web_color_English.png";
|
import PlayStore from "../images/GetItOnGooglePlay_Badge_Web_color_English.png";
|
||||||
//import AppStore from "../images/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg";
|
import AppStore from "../images/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg";
|
||||||
import Obtanium from "../images/badge_obtainium.png";
|
import Obtanium from "../images/badge_obtainium.png";
|
||||||
import QrCode from "@/element/qr-code";
|
import QrCode from "@/element/qr-code";
|
||||||
|
|
||||||
export function DownloadAppPage() {
|
export function DownloadAppPage() {
|
||||||
const obtaniumLink = "https://github.com/nostrlabs-io/zap-stream-flutter"
|
const obtaniumLink = "https://github.com/nostrlabs-io/zap-stream-flutter"
|
||||||
const playStoreLink = "https://play.google.com/store/apps/details?id=io.nostrlabs.zap_stream_flutter";
|
const playStoreLink = "https://play.google.com/store/apps/details?id=io.nostrlabs.zap_stream_flutter";
|
||||||
//const appStoreLink = "#";
|
const appStoreLink = "https://testflight.apple.com/join/5Qh7mfvU";
|
||||||
|
|
||||||
return <div className="mx-6 flex flex-col gap-4 w-full ">
|
return <div className="mx-6 flex flex-col gap-4 w-full ">
|
||||||
<h2>
|
<h2>
|
||||||
@ -22,12 +22,12 @@ export function DownloadAppPage() {
|
|||||||
<img src={PlayStore} width={120} />
|
<img src={PlayStore} width={120} />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{/*<div className="flex items-center flex-col gap-2">
|
<div className="flex items-center flex-col gap-2">
|
||||||
<QrCode data={appStoreLink} link={appStoreLink} />
|
<QrCode data={appStoreLink} link={appStoreLink} />
|
||||||
<a href={appStoreLink} target="_blank">
|
<a href={appStoreLink} target="_blank">
|
||||||
<img src={AppStore} width={120} />
|
<img src={AppStore} width={120} />
|
||||||
</a>
|
</a>
|
||||||
</div>*/}
|
</div>
|
||||||
<div className="flex items-center flex-col gap-2">
|
<div className="flex items-center flex-col gap-2">
|
||||||
<QrCode data={obtaniumLink} link={obtaniumLink} />
|
<QrCode data={obtaniumLink} link={obtaniumLink} />
|
||||||
<a href={obtaniumLink} target="_blank">
|
<a href={obtaniumLink} target="_blank">
|
||||||
|
Reference in New Issue
Block a user