Fix login and backend errors

This commit is contained in:
LukeGus
2025-09-30 20:46:04 -05:00
parent e71ed6cd3a
commit 19a5cbe43d
11 changed files with 233 additions and 24 deletions

View File

@@ -162,6 +162,12 @@ const AppContent: FC = () => {
<p className="text-sm text-gray-300 max-w-xs">
{t("mobile.limitedSupportMessage")}
</p>
<button
className="mt-4 px-6 py-3 bg-primary text-primary-foreground rounded-lg font-semibold hover:bg-primary/90 transition-colors"
onClick={() => window.open("https://docs.termix.site/install", "_blank")}
>
{t("mobile.viewMobileAppDocs")}
</button>
</div>
)}
</div>