File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,12 @@ const MobileInterceptor: NextPage = ({ language }: PropsWithLanguage<MobileInter
4141 < div className = { tw ( 'w-screen h-[80vh] flex flex-col items-center justify-center' ) } >
4242 < Helpwave className = { tw ( 'w-1/3 mx-auto h-auto mb-2 text-black' ) } />
4343 < Span type = "subsectionTitle" className = { tw ( 'mb-8' ) } > { translation . pleaseDownloadApp } </ Span >
44- < Link href = { playStoreLink } > { translation . playStore } </ Link >
45- < Link href = { appstoreLink } > { translation . appStore } </ Link >
44+ < Link href = { playStoreLink } >
45+ { translation . playStore }
46+ </ Link >
47+ < Link href = { appstoreLink } >
48+ { translation . appStore }
49+ </ Link >
4650 </ div >
4751 )
4852}
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ const configSchema = z.object({
2929 NEXT_PUBLIC_API_URL : z . string ( ) . url ( ) . default ( 'https://api.helpwave.de' ) ,
3030 NEXT_PUBLIC_MOCK : z . literal ( 'true' ) . or ( z . literal ( 'false' ) ) . optional ( ) ,
3131 NEXT_PUBLIC_REQUEST_LOGGING : z . literal ( 'true' ) . or ( z . literal ( 'false' ) ) . optional ( ) ,
32- NEXT_PUBLIC_PLAYSTORE_LINK : z . string ( ) . url ( ) . default ( 'https://play.google.com/store/apps' ) ,
33- NEXT_PUBLIC_APPSTORE_LINK : z . string ( ) . url ( ) . default ( 'https://www .apple.com/de/app-store/ ' ) ,
32+ NEXT_PUBLIC_PLAYSTORE_LINK : z . string ( ) . url ( ) . default ( 'https://play.google.com/store/apps/details?id=de.helpwave.tasks ' ) ,
33+ NEXT_PUBLIC_APPSTORE_LINK : z . string ( ) . url ( ) . default ( 'https://apps .apple.com/de/app/helpwave-tasks/id6472594365 ' ) ,
3434 NEXT_PUBLIC_OAUTH_ISSUER_URL : z . string ( ) . url ( ) . default ( 'https://auth.helpwave.de' ) ,
3535 NEXT_PUBLIC_OAUTH_REDIRECT_URI : z . string ( ) . url ( ) . default ( 'https://tasks.helpwave.de/auth/callback' ) ,
3636 NEXT_PUBLIC_OAUTH_CLIENT_ID : z . string ( ) . default ( '425f8b8d-c786-4ff7-b2bf-e52f505fb588' ) ,
You can’t perform that action at this time.
0 commit comments