chore page
rabbitprincess committed
Mar 13, 2026 at 00:14 UTC
e6a85401289ff94b0b2ac82bd05bcf819a69d96a
1 file changed
+2
-2
frontend/src/components/TunnelCommandModal.tsx
+2
-2
@@ -17,7 +17,7 @@ interface TunnelCommandModalProps {
17
}
18
19
export function TunnelCommandModal({ trigger }: TunnelCommandModalProps) {
20
- const defaultHost = "localhost:3000";
20
+ const defaultHost = "3000";
21
22
// Get current host URL dynamically
23
const currentOrigin = useMemo(() => {
@@ -157,7 +157,7 @@ export function TunnelCommandModal({ trigger }: TunnelCommandModalProps) {
157
</Button>
158
)}
159
</DialogTrigger>
160
- <DialogContent className="sm:max-w-[550px] rounded-sm max-h-[85vh] overflow-y-auto">
160
+ <DialogContent className="sm:max-w-[510px] rounded-sm max-h-[85vh] overflow-y-auto">
161
<DialogHeader>
162
<DialogTitle className="flex items-center gap-2">
163
<Terminal className="w-5 h-5" />