diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 5894e9f..a9534bd 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -30,7 +30,18 @@ export default function Footer({ url, debug }: FooterProps) {

Version: {__VERSION__} {' — '} - Connecting to {url} + Connecting to{' '} + + {/* Connecting to {url} */} {debug && ' (Debug mode enabled)'}