From 497d573eed097af3a85b24ff98094d46c002e7f1 Mon Sep 17 00:00:00 2001 From: Mael-RABOT Date: Tue, 23 Jun 2026 11:59:12 +0200 Subject: [PATCH] hotfix(.env): removed doc link from env Signed-off-by: Mael-RABOT --- .env.example | 4 ---- src/Components/AppHeader.tsx | 19 ++++++++----------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/.env.example b/.env.example index ecfd9ca..72d072c 100644 --- a/.env.example +++ b/.env.example @@ -13,7 +13,3 @@ VITE_LOCAL_USERNAME= VITE_ENABLE_LOGS= -#----# - -# Link used in the "Documentation" button. Should point to the online documentation. -VITE_DOCUMENTATION_URL= diff --git a/src/Components/AppHeader.tsx b/src/Components/AppHeader.tsx index c385be3..aab50d9 100644 --- a/src/Components/AppHeader.tsx +++ b/src/Components/AppHeader.tsx @@ -113,7 +113,6 @@ export const AppHeader: React.FC = () => { const bridgeColor = getConnectionStatusColor(); const controllerColor = getControllerColor(); - const documentationUrl = import.meta.env.VITE_DOCUMENTATION_URL; const statusStyle: React.CSSProperties = { display: 'inline-flex', @@ -173,16 +172,14 @@ export const AppHeader: React.FC = () => { - {documentationUrl && ( - - - - )} + + +