From 23bb2565866a081ea5ad98c5bf3cc62971a5f036 Mon Sep 17 00:00:00 2001 From: Dan Adler Date: Thu, 2 May 2019 09:11:16 -0700 Subject: [PATCH] feat: Add custom branding to Enterprise plan --- website/src/components/PricingTable.tsx | 4 ++++ website/src/pages/pricing.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/website/src/components/PricingTable.tsx b/website/src/components/PricingTable.tsx index 1a86e2a58de..d04f1c744d9 100644 --- a/website/src/components/PricingTable.tsx +++ b/website/src/components/PricingTable.tsx @@ -192,6 +192,10 @@ const DATA: PricingItemCategory[] = [ url: 'https://docs.sourcegraph.com/admin/repo/permissions', plans: ENTERPRISE_PLAN, }, + { + name: 'Custom branding with your logo', + plans: ENTERPRISE_PLAN, + }, { name: 'External database storage', url: 'https://docs.sourcegraph.com/admin/external_database', diff --git a/website/src/pages/pricing.tsx b/website/src/pages/pricing.tsx index 5fb1239624f..f1f291c434a 100644 --- a/website/src/pages/pricing.tsx +++ b/website/src/pages/pricing.tsx @@ -78,6 +78,7 @@ export default ((props: any) => ( id: 'deployment', }, { name: 'Cloud-managed option', id: 'deployment' }, + { name: 'Custom branding with your logo', id: 'admin' }, { name: 'Priority support', id: 'support' }, ]} plusEverythingIn="Core"