This commit is contained in:
Abi Raja 2023-11-30 08:35:46 -05:00
commit 514688a1c0

View File

@ -170,8 +170,7 @@ function App() {
})); }));
}; };
return ( <div className="mt-2 dark:bg-black dark:text-white">
<div className="mt-2">
{IS_RUNNING_ON_CLOUD && <PicoBadge settings={settings} />} {IS_RUNNING_ON_CLOUD && <PicoBadge settings={settings} />}
{IS_RUNNING_ON_CLOUD && ( {IS_RUNNING_ON_CLOUD && (
<TermsOfServiceDialog <TermsOfServiceDialog