File tree 2 files changed +1
-3
lines changed
nx-dev/ui-enterprise/src/lib 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { SectionHeading } from './temp/typography' ;
2
2
import { ButtonLink } from '@nx/nx-dev/ui-common' ;
3
- import Link from 'next/link' ;
4
3
5
4
export function Hero ( ) : JSX . Element {
6
5
return (
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { ShopifyIcon } from './logos/shopify';
6
6
import { CapitalOneIcon } from './logos/capital-one' ;
7
7
import { VmwareIcon } from './logos/vmware' ;
8
8
import { StorybookIcon } from './logos/storybook' ;
9
- import { RedwoodJsIcon } from './logos/redwood-js' ;
10
9
import { CaterpillarIcon } from './logos/caterpillar' ;
11
10
import { SevenElevenColoredIcon } from './logos/7eleven' ;
12
11
import { BillColoredIcon } from './logos/bill' ;
@@ -51,7 +50,7 @@ export function MetricsAndCustomers(): JSX.Element {
51
50
< svg
52
51
x = "50%"
53
52
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 "
55
54
>
56
55
< path
57
56
d = "M-100.5 0h201v201h-201Z M699.5 0h201v201h-201Z M499.5 400h201v201h-201Z M-300.5 600h201v201h-201Z"
You can’t perform that action at this time.
0 commit comments