From ab425f24d971dd8a1403055a7936e8b89233696c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Truite=20S=C3=A9ch=C3=A9e?= Date: Sun, 9 Feb 2025 11:19:16 +0100 Subject: [PATCH] chores --- src/App.jsx | 2 +- src/components/generic/Window.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 7feb932..2da8efc 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -71,7 +71,7 @@ function consoleLogEDPLogo() { consoleLogEDPLogo(); const currentEDPVersion = "0.4.1"; -const apiVersion = "4.64.0"; +const apiVersion = "4.69.1"; // secret webhooks const carpeConviviale = "CARPE_CONVIVIALE_WEBHOOK_URL"; diff --git a/src/components/generic/Window.jsx b/src/components/generic/Window.jsx index 5bfb19d..213ab0b 100644 --- a/src/components/generic/Window.jsx +++ b/src/components/generic/Window.jsx @@ -1038,7 +1038,7 @@ export function Window({ children, growthFactor = 1, allowFullscreen = false, fu return (
- {WIP ?

Fonctionnalité en cours de développement...
Rejoins le serveur Discord d'EDP pour en suivre l'avancée !

: children} + {WIP ?

Fonctionnalité en cours de développement...
Rejoignez le serveur Discord d'EDP pour en suivre l'avancée !

: children} {/* {windowRef?.current?.name} */}
)