Skip to content

Commit b0ee75e

Browse files
authored
docs(core): Update meterics and customer background on enterprise page (#23123)
1 parent 9b12d18 commit b0ee75e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

nx-dev/ui-enterprise/src/lib/hero.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { SectionHeading } from './temp/typography';
22
import { ButtonLink } from '@nx/nx-dev/ui-common';
3-
import Link from 'next/link';
43

54
export function Hero(): JSX.Element {
65
return (

nx-dev/ui-enterprise/src/lib/metrics-and-customers.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { ShopifyIcon } from './logos/shopify';
66
import { CapitalOneIcon } from './logos/capital-one';
77
import { VmwareIcon } from './logos/vmware';
88
import { StorybookIcon } from './logos/storybook';
9-
import { RedwoodJsIcon } from './logos/redwood-js';
109
import { CaterpillarIcon } from './logos/caterpillar';
1110
import { SevenElevenColoredIcon } from './logos/7eleven';
1211
import { BillColoredIcon } from './logos/bill';
@@ -51,7 +50,7 @@ export function MetricsAndCustomers(): JSX.Element {
5150
<svg
5251
x="50%"
5352
y={-1}
54-
className="overflow-visible fill-slate-50 dark:fill-slate-900"
53+
className="overflow-visible fill-slate-50/15 dark:fill-slate-900/10"
5554
>
5655
<path
5756
d="M-100.5 0h201v201h-201Z M699.5 0h201v201h-201Z M499.5 400h201v201h-201Z M-300.5 600h201v201h-201Z"

0 commit comments

Comments
 (0)