From 72c1174cb3ebe5d7bb2922eda357b5b6f148b94e 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)'}