From 5236b1dc71e5908712586c08d86aeb03168a0c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20J=C3=A4derberg?= Date: Mon, 8 Dec 2025 11:28:17 +0000 Subject: [PATCH] Merged in fix/preprod-watermark (pull request #3307) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: watermark in preprod incorrectly showed test * fix: watermark in preprod incorrectly showed test Approved-by: Matilda Landström --- apps/scandic-web/components/EnvironmentWatermark/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/scandic-web/components/EnvironmentWatermark/index.tsx b/apps/scandic-web/components/EnvironmentWatermark/index.tsx index a0dbfa5bc..0c5b703d0 100644 --- a/apps/scandic-web/components/EnvironmentWatermark/index.tsx +++ b/apps/scandic-web/components/EnvironmentWatermark/index.tsx @@ -9,14 +9,14 @@ import styles from "./index.module.css" const variants = cva(styles.environmentWatermark, { variants: { environment: { - preprod: styles.preprod, + "pre-prod": styles.preprod, stage: styles.stage, test: styles.test, development: styles.development, }, }, }) -const namedEnvironments = ["preprod", "stage", "test", "development"] as const +const namedEnvironments = ["pre-prod", "stage", "test", "development"] as const export function EnvironmentWatermark() { if (