{/* ========== LOCAL FORWARDING ========== */}
{type === 'local' && (
{/* App Logo - left (same line as firewall) */}
{/* Firewall - center top (same line as app) */}
{/* Target servers - right (in red border box) */}
{/* SSH Server - bottom center */}
{/* SVG Lines */}
)}
{/* ========== REMOTE FORWARDING ========== */}
{type === 'remote' && (
{/* Left Server - the remote SSH server where port will be opened */}
{/* Firewall - center top */}
{/* Right Server - the destination where traffic will be forwarded */}
{/* App Logo - bottom center (Netcatty client) */}
{/* SVG Lines */}
)}
{/* ========== DYNAMIC FORWARDING ========== */}
{type === 'dynamic' && (
{/* App Logo - left (same line as firewall) */}
{/* Firewall - center top (same line as app) */}
{/* Cloud targets - right (in red border box) */}
{/* SSH Server - bottom center */}
{/* Cloud target - bottom right */}
{/* SVG Lines */}
)}
);
};