diff --git a/src/components/DownloadAppBanner.tsx b/src/components/DownloadAppBanner.tsx index d15e4e10b..0e4d8b159 100644 --- a/src/components/DownloadAppBanner.tsx +++ b/src/components/DownloadAppBanner.tsx @@ -11,46 +11,17 @@ const DownloadAppBanner = () => { return ( ({})} > - - + +
-
-

- Modeling App is better as a desktop app! -

- setIsBannerDismissed(true)} - iconStart={{ - icon: 'close', - className: 'p-1', - bgClassName: - 'bg-warn-70 hover:bg-warn-80 dark:bg-warn-70 dark:hover:bg-warn-80', - iconClassName: - 'text-warn-10 group-hover:text-warn-10 dark:text-warn-10 dark:group-hover:text-warn-10', - }} - className="!p-0 !bg-transparent !border-transparent" - /> -
+

Be warned!

- The browser version of the app only saves your data temporarily in{' '} - - localStorage - - , and isn't backed up anywhere! Visit{' '} - - our website - {' '} - to download the app for the best experience. + Zoo Modeling App Desktop is more reliable! The web app is not + officially supported.

{!navigator?.userAgent.includes('Chrome') && (

@@ -67,6 +38,33 @@ const DownloadAppBanner = () => { to download it.

)} +
+ + Download Desktop App + + setIsBannerDismissed(true)} + className="group text-warn-80 bg-warn-10 border-warn-50 hover:border-warn-80 hover:bg-warn-10 dark:bg-warn-10 dark:!border-warn-50 dark:hover:!border-warn-80 dark:text-warn-80 dark:hover:bg-warn-10" + iconStart={{ + icon: 'checkmark', + iconClassName: 'text-warn-10 dark:text-warn-10', + bgClassName: + 'bg-warn-50 group-hover:bg-warn-80 dark:bg-warn-50 dark:group-hover:bg-warn-80', + }} + > + Proceed at my own risk + +