Code cleanup for 1.7.0
This commit is contained in:
@@ -164,7 +164,9 @@ const AppContent: FC = () => {
|
||||
</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")}
|
||||
onClick={() =>
|
||||
window.open("https://docs.termix.site/install", "_blank")
|
||||
}
|
||||
>
|
||||
{t("mobile.viewMobileAppDocs")}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user