docs(nx-dev): replace amplify logo with aws
This commit is contained in:
parent
8ccfc925a1
commit
f2df3b57fd
@ -1,5 +1,5 @@
|
||||
import {
|
||||
AwsAmplifyIcon,
|
||||
AwsIcon,
|
||||
CapitalOneIcon,
|
||||
CiscoIcon,
|
||||
RedwoodJsIcon,
|
||||
@ -20,7 +20,7 @@ export function TrustedBy(): JSX.Element {
|
||||
<RoyalBankOfCanadaIcon className="h-14 w-14 text-slate-300 dark:text-slate-600" />
|
||||
</div>
|
||||
<div className="col-span-1 flex items-center justify-center">
|
||||
<AwsAmplifyIcon className="h-14 w-14 text-slate-300 dark:text-slate-600" />
|
||||
<AwsIcon className="h-14 w-14 text-slate-300 dark:text-slate-600" />
|
||||
</div>
|
||||
<div className="col-span-1 flex items-center justify-center">
|
||||
<CapitalOneIcon className="h-28 w-28 text-slate-300 dark:text-slate-600" />
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import { SectionHeading } from '@nx/nx-dev/ui-common';
|
||||
import {
|
||||
AwsAmplifyIcon,
|
||||
AwsIcon,
|
||||
CypressIcon,
|
||||
ElectronIcon,
|
||||
EpicWebIcon,
|
||||
@ -99,7 +99,7 @@ export function OssProjects(): JSX.Element {
|
||||
target="_blank"
|
||||
className="flex items-center justify-center border-x border-b border-slate-200/20 p-12 transition hover:bg-slate-100/25 hover:text-slate-950 dark:border-slate-800/20 dark:hover:border-slate-600/20 dark:hover:bg-slate-600/10 dark:hover:text-white"
|
||||
>
|
||||
<AwsAmplifyIcon aria-hidden="true" className="h-16 w-16" />
|
||||
<AwsIcon aria-hidden="true" className="h-16 w-16" />
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/Shopify/cli"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import {
|
||||
AwsAmplifyIcon,
|
||||
AwsIcon,
|
||||
BillColoredIcon,
|
||||
CapitalOneIcon,
|
||||
CaterpillarIcon,
|
||||
@ -73,7 +73,7 @@ export function TrustedBy(): JSX.Element {
|
||||
variants={itemVariants}
|
||||
className="col-span-1 flex items-center justify-center"
|
||||
>
|
||||
<AwsAmplifyIcon className="h-14 w-14 text-[#FF9900]" />
|
||||
<AwsIcon className="h-14 w-14 text-black dark:text-white" />
|
||||
</motion.div>
|
||||
<motion.div
|
||||
custom={2}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import Link from 'next/link';
|
||||
import { SectionDescription, SectionHeading } from '@nx/nx-dev/ui-common';
|
||||
import {
|
||||
AwsAmplifyIcon,
|
||||
AwsIcon,
|
||||
BillIcon,
|
||||
CapitalOneIcon,
|
||||
CaterpillarIcon,
|
||||
@ -91,9 +91,9 @@ export function TrustedBy(): JSX.Element {
|
||||
aria-hidden="true"
|
||||
className="hidden h-28 w-28 text-slate-950 md:block dark:text-white"
|
||||
/>
|
||||
<AwsAmplifyIcon
|
||||
<AwsIcon
|
||||
aria-hidden="true"
|
||||
className="hidden h-10 w-10 text-slate-950 md:block dark:text-white"
|
||||
className="hidden h-14 w-14 text-slate-950 md:block dark:text-white"
|
||||
/>
|
||||
<WalmartIcon
|
||||
aria-hidden="true"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user