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 (