From 062360d572ade6d3d4cc5c09c389ffc3e44838b5 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 3 Apr 2025 03:19:16 -0400 Subject: [PATCH] fix: make the hidden URL link aria compatible --- app/components/Footer.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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)'}