From 168d465245011f5715a5e1b2bf3b3efc7b3c23d7 Mon Sep 17 00:00:00 2001 From: Dicken Date: Thu, 28 May 2026 10:10:37 +0200 Subject: [PATCH] Dateien nach "frontend/src" hochladen --- frontend/src/App.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index c9debde..4609cfe 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -836,6 +836,13 @@ function Dashboard({ toast, mobile, setActive, unreadMsgs=0 }) { +
+ GEBAUT {new Date(__BUILD_TIME__).toLocaleDateString('de-DE', + { day:'2-digit', month:'2-digit', year:'numeric' })}{' '} + {new Date(__BUILD_TIME__).toLocaleTimeString('de-DE', + { hour:'2-digit', minute:'2-digit' })} +
); }