Skip to content

Commit

Permalink
feat(nx-dev): reprioritize customer logos on landing page (#27061)
Browse files Browse the repository at this point in the history
A follow up PR will replace Amplify logo with AWS

## Current Behavior
<img width="1257" alt="image"
src="https://github.com/user-attachments/assets/75063fc7-ea4f-4110-82d2-de0640ff9352">


## Expected Behavior
<img width="1220" alt="image"
src="https://github.com/user-attachments/assets/38fdb143-19ac-4a12-900d-67a8952f057f">


## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
meeroslav committed Jul 23, 2024
1 parent 981d8c1 commit a7ff250
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
82 changes: 41 additions & 41 deletions nx-dev/ui-home/src/lib/trusted-by.tsx
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -38,70 +38,70 @@ export function TrustedBy(): JSX.Element {
</div>

<div className="relative mt-12">
<div className="grid grid-cols-3 place-items-center items-center gap-6 transition-all sm:grid-cols-4 md:grid-cols-8">
<FicoIcon
aria-hidden="true"
className="h-24 w-24 text-slate-950 dark:text-white"
/>
<RoyalBankOfCanadaIcon
<div className="grid grid-cols-3 place-items-center items-center gap-6 transition-all sm:grid-cols-4 md:grid-cols-6 lg:grid-cols-8">
<MicrosoftIcon
aria-hidden="true"
className="h-10 w-10 text-slate-950 dark:text-white"
/>
<CapitalOneIcon
<AwsIcon
aria-hidden="true"
className="h-28 w-28 text-slate-950 dark:text-white"
className="h-14 w-14 text-slate-950 dark:text-white"
/>
<TypescriptEslintIcon
<AdobeIcon
aria-hidden="true"
className="h-10 w-10 text-slate-950 dark:text-white"
/>
<IntelIcon
aria-hidden="true"
className="hidden h-16 w-16 text-slate-950 sm:block dark:text-white"
/>
<CiscoIcon
aria-hidden="true"
className="h-16 w-16 text-slate-950 dark:text-white"
className="hidden h-16 w-16 text-slate-950 md:block dark:text-white"
/>
<StorybookIcon
<VmwareIcon
aria-hidden="true"
className="h-10 w-10 text-slate-950 dark:text-white"
className="hidden h-24 w-24 text-slate-950 md:block dark:text-white"
/>
<BillIcon
<FedExIcon
aria-hidden="true"
className="hidden h-14 w-14 text-slate-950 sm:block dark:text-white"
className="hidden h-20 w-20 text-slate-950 md:block dark:text-white"
/>
<TanstackIcon
<HiltonIcon
aria-hidden="true"
className="hidden h-10 w-10 text-slate-950 sm:block dark:text-white"
className="hidden h-20 w-20 text-slate-950 md:block dark:text-white"
/>
<ManIcon
<SevenElevenIcon
aria-hidden="true"
className="hidden h-14 w-14 text-slate-950 md:block dark:text-white"
className="hidden h-10 w-10 text-slate-950 lg:block dark:text-white"
/>
<HiltonIcon
<RedBullIcon
aria-hidden="true"
className="hidden h-20 w-20 text-slate-950 md:block dark:text-white"
className="hidden h-20 w-20 text-slate-950 lg:block dark:text-white"
/>
<CaterpillarIcon
<StorybookIcon
aria-hidden="true"
className="hidden h-12 w-12 text-slate-950 md:block dark:text-white"
className="h-10 w-10 text-slate-950 dark:text-white"
/>
<EpicWebIcon
<StrapiIcon
aria-hidden="true"
className="hidden h-10 w-10 text-slate-950 md:block dark:text-white"
className="hidden h-10 w-10 text-slate-950 lg:block dark:text-white"
/>
<VmwareIcon
<CypressIcon
aria-hidden="true"
className="hidden h-28 w-28 text-slate-950 md:block dark:text-white"
className="hidden h-12 w-12 text-slate-950 sm:block dark:text-white"
/>
<AwsIcon
<SentryIcon
aria-hidden="true"
className="hidden h-14 w-14 text-slate-950 md:block dark:text-white"
className="h-16 w-16 text-slate-950 dark:text-white"
/>
<WalmartIcon
<RxJSIcon
aria-hidden="true"
className="hidden h-28 w-28 text-slate-950 md:block dark:text-white"
className="hidden h-10 w-10 text-slate-950 lg:block dark:text-white"
/>
<ShopifyIcon
aria-hidden="true"
className="hidden h-10 w-10 text-slate-950 md:block dark:text-white"
className="h-10 w-10 text-slate-950 dark:text-white"
/>
</div>
<div className="mt-8 text-center">
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
File renamed without changes.

0 comments on commit a7ff250

Please sign in to comment.