From d15a697a19be3fc4831c54502e4d24ca15f2df59 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Thu, 2 May 2019 09:39:19 -0700 Subject: [PATCH 1/2] add custom branding to pricing page Enterprise plan --- website/src/pages/pricing.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/pages/pricing.tsx b/website/src/pages/pricing.tsx index 5fb1239624f..20644ba39ac 100644 --- a/website/src/pages/pricing.tsx +++ b/website/src/pages/pricing.tsx @@ -72,6 +72,7 @@ export default ((props: any) => ( { name: 'Code review & pull request integration', id: 'code-review' }, { name: 'Code alerts & automation', id: 'code-alerts-automation' }, { name: 'Repository access permissions', id: 'admin' }, + { name: 'Custom branding', id: 'admin' }, { name: 'Deployment metrics & monitoring', id: 'deployment' }, { name: 'High-scale/availability cluster deployment option', From 5b431026c45a1cd6177add663c3364fd0c53b8c4 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Thu, 2 May 2019 09:40:44 -0700 Subject: [PATCH 2/2] add to pricing table --- website/src/components/PricingTable.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/components/PricingTable.tsx b/website/src/components/PricingTable.tsx index 1a86e2a58de..4a8a85b89d7 100644 --- a/website/src/components/PricingTable.tsx +++ b/website/src/components/PricingTable.tsx @@ -197,6 +197,10 @@ const DATA: PricingItemCategory[] = [ url: 'https://docs.sourcegraph.com/admin/external_database', plans: ENTERPRISE_PLAN, }, + { + name: 'Custom branding', + plans: ENTERPRISE_PLAN, + }, { name: 'Extension whitelist', url: