From 4c3c20497c81768e2a5df4a9b9771d43de722a4c Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 12 Mar 2024 14:38:58 -0500 Subject: [PATCH] Website: Fix features table on /pricing page (#17574) Closes: #17573 Changes: - Updated the pricing page to show tier names on the first category of the visible features table. --- website/views/pages/pricing.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/views/pages/pricing.ejs b/website/views/pages/pricing.ejs index 6d5bbda43e..40dc82125c 100644 --- a/website/views/pages/pricing.ejs +++ b/website/views/pages/pricing.ejs @@ -153,14 +153,14 @@

<%- category.categoryName %>

- <%if(pricingTable.indexOf(category) === 0) {%> + <%if(pricingTableForIt.indexOf(category) === 0) {%> Free <%}else {%> <%}%> - <%if(pricingTable.indexOf(category) === 0) {%> + <%if(pricingTableForIt.indexOf(category) === 0) {%> Premium @@ -224,14 +224,14 @@

<%- category.categoryName %>

- <%if(pricingTable.indexOf(category) === 0) {%> + <%if(pricingTableForSecurity.indexOf(category) === 0) {%> Free <%}else {%> <%}%> - <%if(pricingTable.indexOf(category) === 0) {%> + <%if(pricingTableForSecurity.indexOf(category) === 0) {%> Premium