From 2fe514a73a08642f2f15cede88b6a1d7da1a864f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Thu, 9 May 2024 13:11:57 +0200 Subject: [PATCH] [website] Fix pricing casing (#42178) --- docs/src/components/pricing/PricingTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index ecea45b9b2f87c..f3b7c8ca0258c5 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -999,7 +999,7 @@ const premiumData: Record = { 'mui-x-development-perpetual': , 'mui-x-updates': , // Support - 'core-support': , + 'core-support': , 'x-support': , 'tech-advisory': pending, 'support-duration': , @@ -1017,7 +1017,7 @@ const premiumData: Record = { /> ), 'pre-screening': , - 'issue-escalation': , + 'issue-escalation': , 'security-questionnaire': , };