diff --git a/nx-dev/ui-home/src/lib/trusted-by.tsx b/nx-dev/ui-home/src/lib/trusted-by.tsx index 90d17c55ae..e9b30eef11 100644 --- a/nx-dev/ui-home/src/lib/trusted-by.tsx +++ b/nx-dev/ui-home/src/lib/trusted-by.tsx @@ -1,22 +1,22 @@ import Link from 'next/link'; import { SectionDescription, SectionHeading } from '@nx/nx-dev/ui-common'; import { + AdobeIcon, AwsIcon, - BillIcon, - CapitalOneIcon, - CaterpillarIcon, CiscoIcon, - EpicWebIcon, - FicoIcon, + CypressIcon, + FedExIcon, HiltonIcon, - ManIcon, - RoyalBankOfCanadaIcon, + IntelIcon, + MicrosoftIcon, + RedBullIcon, + RxJSIcon, + SentryIcon, + SevenElevenIcon, ShopifyIcon, StorybookIcon, - TanstackIcon, - TypescriptEslintIcon, + StrapiIcon, VmwareIcon, - WalmartIcon, } from '@nx/nx-dev/ui-icons'; export function TrustedBy(): JSX.Element { @@ -38,70 +38,70 @@ export function TrustedBy(): JSX.Element {
-
-
diff --git a/nx-dev/ui-icons/src/index.ts b/nx-dev/ui-icons/src/index.ts index c850144754..217df3dc7d 100644 --- a/nx-dev/ui-icons/src/index.ts +++ b/nx-dev/ui-icons/src/index.ts @@ -11,7 +11,7 @@ export * from './lib/customers/7eleven'; export * from './lib/customers/adidas'; export * from './lib/customers/adobe'; export * from './lib/customers/american-airlines'; -export * from './lib/customers/aws-amplify'; +export * from './lib/customers/aws'; export * from './lib/customers/bill'; export * from './lib/customers/bloomberg'; export * from './lib/customers/builder-mitosis'; diff --git a/nx-dev/ui-icons/src/lib/customers/aws-amplify.tsx b/nx-dev/ui-icons/src/lib/customers/aws.tsx similarity index 100% rename from nx-dev/ui-icons/src/lib/customers/aws-amplify.tsx rename to nx-dev/ui-icons/src/lib/customers/aws.tsx