chore: add testflight link
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
import { FormattedMessage } from "react-intl";
|
||||
|
||||
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 QrCode from "@/element/qr-code";
|
||||
|
||||
export function DownloadAppPage() {
|
||||
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 appStoreLink = "#";
|
||||
const appStoreLink = "https://testflight.apple.com/join/5Qh7mfvU";
|
||||
|
||||
return <div className="mx-6 flex flex-col gap-4 w-full ">
|
||||
<h2>
|
||||
@ -22,12 +22,12 @@ export function DownloadAppPage() {
|
||||
<img src={PlayStore} width={120} />
|
||||
</a>
|
||||
</div>
|
||||
{/*<div className="flex items-center flex-col gap-2">
|
||||
<div className="flex items-center flex-col gap-2">
|
||||
<QrCode data={appStoreLink} link={appStoreLink} />
|
||||
<a href={appStoreLink} target="_blank">
|
||||
<img src={AppStore} width={120} />
|
||||
</a>
|
||||
</div>*/}
|
||||
</div>
|
||||
<div className="flex items-center flex-col gap-2">
|
||||
<QrCode data={obtaniumLink} link={obtaniumLink} />
|
||||
<a href={obtaniumLink} target="_blank">
|
||||
|
Reference in New Issue
Block a user