From d2e717a0bd30f6ec0709aa4381503248f661f6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Tue, 29 Jul 2025 16:10:42 +0100 Subject: [PATCH] chore: split standard and advanced strategy types --- .../strategies/StrategiesList/StrategiesList.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx index e561fd378c..48f6d1f5db 100644 --- a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx +++ b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx @@ -98,16 +98,21 @@ const StrategyDeprecationWarning = () => ( version. We recommend not using custom strategies going forward and instead using the gradual rollout strategy with{' '} constraints + {' '} + and{' '} + + variants - . If you have a need for custom strategies that you cannot support with - constraints, please reach out to us. + . );