Mobile UI improvement

This commit is contained in:
LukeGus
2025-09-05 12:45:00 -05:00
parent d0282b6536
commit ce0129bfba
2 changed files with 3 additions and 4 deletions

View File

@@ -38,10 +38,10 @@ export const MobileApp: FC = () => {
<Terminal
ref={terminalRef}
hostConfig={{
ip: "192.210.197.55",
ip: "n/a",
port: 22,
username: "bugattiguy527",
password: "bugatti$123"
username: "n/a",
password: "n/a"
}}
isVisible={true}
/>