diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index b570162..b325353 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -873,7 +873,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl
setSearchQuery(e.target.value)} className="pl-10 bg-zinc-900 border-zinc-700 focus:border-blue-500 focus:ring-1 focus:ring-blue-500 text-base" @@ -1003,12 +1003,6 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl
- {useOnline && ( -
- - Powered by cheat.sh -
- )} )} @@ -1016,10 +1010,10 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl
-
+
- Tip: Search for any Linux command (tar, grep, docker, etc.) or Proxmox commands (qm, pct, pvesh) + Powered by cheat.sh
{useOnline && searchResults.length > 0 && Powered by cheat.sh}