Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
Truiteseche committed Feb 9, 2025
1 parent bf8b2d3 commit ab425f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/components/generic/Window.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ export function Window({ children, growthFactor = 1, allowFullscreen = false, fu
return (
<section className={`window ${className} ${WIP ? "work-in-progress" : ""} ${isPartyModeEnabled && isPeriodEventEnabled && currentPeriodEvent === "christmas" ? "allow-overflow-event" : ""}`}
style={{ flexGrow: growthFactor }} ref={windowRef} {...props}>
{WIP ? <p className="wip-info">Fonctionnalité en cours de développement...<br/>Rejoins le <a href="https://discord.gg/AKAqXfTgvE" target="_blank">serveur Discord d'EDP</a> pour en suivre l'avancée !</p> : children}
{WIP ? <p className="wip-info">Fonctionnalité en cours de développement...<br/>Rejoignez le <a href="https://discord.gg/AKAqXfTgvE" target="_blank">serveur Discord d'EDP</a> pour en suivre l'avancée !</p> : children}
{/* <span style={{ color: "lime", fontWeight: "600", position: "relative", zIndex: "999" }}>{windowRef?.current?.name}</span> */}
</section>
)
Expand Down

0 comments on commit ab425f2

Please sign in to comment.