Skip to content

Commit

Permalink
feat(nx-dev): Update Hero component link and remove Rabobank icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed Jan 9, 2025
1 parent 6e718f5 commit da3dbe1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
7 changes: 3 additions & 4 deletions nx-dev/ui-customers/src/lib/customer-testimonial-carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,17 +343,16 @@ export function CustomerTestimonialCarousel(): ReactElement {
key={`logo-${i}`}
title={company}
className={`relative grid h-full w-full place-items-center border border-slate-200/15 transition-all dark:border-slate-800/20 ${
i === currentIndex
? 'text-blue-600 hover:text-blue-700 dark:text-blue-500 dark:hover:text-blue-300'
: 'text-slate-400 hover:text-slate-500 dark:text-slate-700 dark:hover:text-slate-500'
i !== currentIndex &&
'text-slate-400 hover:text-slate-500 dark:text-slate-700 dark:hover:text-slate-500'
}`}
>
<span className="sr-only">{company} Logo</span>
<logo.icon
key={`logo-icon-${i}`}
className={`${logo.height} ${logo.width} ${
i === currentIndex && logo.color
} transition-transform duration-300`}
} transition`}
aria-hidden="true"
/>

Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-customers/src/lib/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function Hero(): ReactElement {
</SectionHeading>
<div className="mt-16 flex items-center justify-center gap-x-6">
<ButtonLink
href="/pricing"
href="https://cloud.nx.app/get-started/"
title="Try Nx Cloud for free"
variant="primary"
size="default"
Expand Down
1 change: 0 additions & 1 deletion nx-dev/ui-icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export * from './lib/customers/payfit';
export * from './lib/customers/paylocity';
export * from './lib/customers/philips';
export * from './lib/customers/plex';
export * from './lib/customers/rabobank';
export * from './lib/customers/react-query';
export * from './lib/customers/red-bull';
export * from './lib/customers/redwood-js';
Expand Down
16 changes: 0 additions & 16 deletions nx-dev/ui-icons/src/lib/customers/rabobank.tsx

This file was deleted.

0 comments on commit da3dbe1

Please sign in to comment.