Skip to content

Commit

Permalink
feat(nx-dev): Update logos from ui-common
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed Jul 15, 2024
1 parent 563ca5e commit ec3d225
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 155 deletions.
2 changes: 1 addition & 1 deletion nx-dev/ui-cloud/src/lib/agent-number-over-time.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SectionHeading } from './elements/section-tags';
import { SectionHeading } from '@nx/nx-dev/ui-common/src/lib/section-tags';
import { motion } from 'framer-motion';
import { useEffect, useState } from 'react';
interface Agent {
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-cloud/src/lib/automated-agents-management.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
CircleStackIcon,
CodeBracketSquareIcon,
} from '@heroicons/react/24/outline';
import { SectionHeading } from './elements/section-tags';
import { SectionHeading } from '@nx/nx-dev/ui-common/src/lib/section-tags';
import { motion } from 'framer-motion';
import { NxCloudIcon } from '@nx/nx-dev/ui-common';

Expand Down
6 changes: 3 additions & 3 deletions nx-dev/ui-cloud/src/lib/call-to-action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ export function CallToAction(): JSX.Element {
Experience the next generation of CI tooling.
</p>
<div className="mt-10 flex items-center justify-center gap-x-6">
<Link
<a
href="https://cloud.nx.app"
className="rounded-md bg-slate-950 px-3.5 py-2.5 text-sm font-semibold text-slate-100 shadow-sm hover:bg-slate-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white dark:bg-white dark:text-slate-900 dark:hover:bg-slate-100"
>
Get started
</Link>
</a>
<Link
href="https://nx.dev/contact?utm_source=nx.dev"
href="/contact"
title="Get in touch"
className="group text-sm font-semibold leading-6 text-slate-950 dark:text-white"
>
Expand Down
59 changes: 0 additions & 59 deletions nx-dev/ui-cloud/src/lib/elements/section-tags.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion nx-dev/ui-cloud/src/lib/enhance-with-ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
RectangleGroupIcon,
ServerStackIcon,
} from '@heroicons/react/24/outline';
import { SectionHeading } from './elements/section-tags';
import { SectionHeading } from '@nx/nx-dev/ui-common/src/lib/section-tags';

const features = [
{
Expand Down
3 changes: 1 addition & 2 deletions nx-dev/ui-cloud/src/lib/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import { PlayIcon } from '@heroicons/react/24/outline';
import { motion } from 'framer-motion';
import { ComponentProps, Fragment, useState } from 'react';
import { ButtonLink } from '@nx/nx-dev/ui-common';
import { SectionHeading } from './elements/section-tags';
import { SectionHeading } from '@nx/nx-dev/ui-common/src/lib/section-tags';
import { MovingBorder } from './elements/moving-border';
import Link from 'next/link';
import Image from 'next/image';

export function Hero(): JSX.Element {
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-cloud/src/lib/statistics.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { motion } from 'framer-motion';
import { useEffect, useState } from 'react';
import { SectionHeading } from './elements/section-tags';
import { SectionHeading } from '@nx/nx-dev/ui-common/src/lib/section-tags';

/**
* Calculate the total number of years worth of compute.
Expand Down
105 changes: 19 additions & 86 deletions nx-dev/ui-cloud/src/lib/trusted-by.tsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nx-dev/ui-cloud/src/lib/understand-workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
LockClosedIcon,
SparklesIcon,
} from '@heroicons/react/24/outline';
import { SectionHeading } from './elements/section-tags';
import { SectionHeading } from '@nx/nx-dev/ui-common/src/lib/section-tags';
import { BentoGrid, BentoGridItem } from './elements/bento-grid';
import { cx } from '@nx/nx-dev/ui-primitives';
import { animate, motion, useMotionValue, useTransform } from 'framer-motion';
Expand Down

0 comments on commit ec3d225

Please sign in to comment.