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