Skip to content

Commit

Permalink
docs(core): Update meterics and customer background on enterprise page (
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed May 1, 2024
1 parent 9b12d18 commit b0ee75e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion nx-dev/ui-enterprise/src/lib/hero.tsx
@@ -1,6 +1,5 @@
import { SectionHeading } from './temp/typography';
import { ButtonLink } from '@nx/nx-dev/ui-common';
import Link from 'next/link';

export function Hero(): JSX.Element {
return (
Expand Down
3 changes: 1 addition & 2 deletions nx-dev/ui-enterprise/src/lib/metrics-and-customers.tsx
Expand Up @@ -6,7 +6,6 @@ import { ShopifyIcon } from './logos/shopify';
import { CapitalOneIcon } from './logos/capital-one';
import { VmwareIcon } from './logos/vmware';
import { StorybookIcon } from './logos/storybook';
import { RedwoodJsIcon } from './logos/redwood-js';
import { CaterpillarIcon } from './logos/caterpillar';
import { SevenElevenColoredIcon } from './logos/7eleven';
import { BillColoredIcon } from './logos/bill';
Expand Down Expand Up @@ -51,7 +50,7 @@ export function MetricsAndCustomers(): JSX.Element {
<svg
x="50%"
y={-1}
className="overflow-visible fill-slate-50 dark:fill-slate-900"
className="overflow-visible fill-slate-50/15 dark:fill-slate-900/10"
>
<path
d="M-100.5 0h201v201h-201Z M699.5 0h201v201h-201Z M499.5 400h201v201h-201Z M-300.5 600h201v201h-201Z"
Expand Down

0 comments on commit b0ee75e

Please sign in to comment.