File tree Expand file tree Collapse file tree 6 files changed +25
-9
lines changed Expand file tree Collapse file tree 6 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " status.app " : patch
3+ ---
4+
5+ reference new mobile app
Original file line number Diff line number Diff line change 88concurrency : ${{ github.workflow }}-${{ github.ref }}
99
1010env :
11- NEXT_PUBLIC_GHOST_API_URL : ' '
12- NEXT_PUBLIC_GHOST_API_KEY : ' '
1311 INFURA_API_KEY : ' '
1412
1513jobs :
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export const DownloadMobileButton = (props: Props) => {
8282 < LatestVersionTag platform = "mobile" />
8383 </ div >
8484 < Dialog . Title className = "mb-2 max-w-[381px] text-40 font-bold" >
85- Download Status for Mobile
85+ Download Legacy Status mobile app
8686 </ Dialog . Title >
8787 < Dialog . Description className = "mb-6 max-w-[468px] pr-12 text-19 font-regular" >
8888 Available for iOS or Android.
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export default function AppsPage() {
9494 />
9595 < PlatformSection
9696 platform = "mobile"
97- title = "Status for mobile"
97+ title = "Legacy Status mobile"
9898 showScribble
9999 screenshots = { [
100100 {
Original file line number Diff line number Diff line change @@ -88,15 +88,24 @@ export default async function HomePage() {
8888 >
8989 < div className = "flex flex-col text-left" >
9090 < h3 className = "text-19 font-600 text-white-100" >
91- Try Status Portfolio Wallet (Beta)
91+ Try new Status mobile app
9292 </ h3 >
9393 < p className = "text-15 font-400 text-white-100" >
94- Easily view and manage your crypto portfolio in real time
95- — Beta crypto wallet and Web3 portfolio tracker in one.
94+ Built from a single codebase for unified experience across
95+ Mobile and Desktop. One app, one experience — connecting the
96+ Status community across devices
9697 </ p >
9798 </ div >
9899 < div className = "flex items-center" >
99- < DownloadExtensionButton source = "homepage-hero" />
100+ < Button
101+ size = "32"
102+ variant = "outline"
103+ href = "https://status.app/blog/introducing-unified-status-mobile-app"
104+ target = "_blank"
105+ rel = "noopener noreferrer"
106+ >
107+ Learn & try
108+ </ Button >
100109 </ div >
101110 </ div >
102111 < Image
Original file line number Diff line number Diff line change @@ -39,7 +39,11 @@ export const ROUTES = {
3939 Apps : [
4040 { name : 'Browser' , href : '/#browser' } ,
4141 { name : 'Desktop' , href : '/apps#desktop' } ,
42- { name : 'Mobile' , href : '/apps#mobile' } ,
42+ { name : 'Legacy mobile' , href : '/apps#mobile' } ,
43+ {
44+ name : 'Mobile' ,
45+ href : 'https://status.app/blog/introducing-unified-status-mobile-app' ,
46+ } ,
4347 ] ,
4448 Ecosystem : [
4549 { name : 'Keycard' , href : '/keycard' } ,
You can’t perform that action at this time.
0 commit comments