From 6967d650e1fc2934f199a6aaa1b153b0d8f39e51 Mon Sep 17 00:00:00 2001 From: yigitokar Date: Thu, 1 Aug 2024 21:33:22 -0700 Subject: [PATCH] minor style updates --- README.md | 4 ++-- app/(dashboard)/dashboard/billing/page.tsx | 2 +- app/(marketing)/page.tsx | 19 ++++++------------- app/(marketing)/pricing/page.tsx | 2 +- app/api/og/route.tsx | 2 +- config/site.ts | 4 ++-- content/docs/documentation/index.mdx | 2 +- content/docs/index.mdx | 4 ++-- content/pages/privacy.mdx | 2 +- package.json | 2 +- public/site.webmanifest | 4 ++-- 11 files changed, 20 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index b5fdde3..d5d99a6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Voice-based AI agents on workflow automation, sales and customer support for mov ## License -Licensed under the [MIT license](https://github.com/shadcn/taxonomy/blob/main/LICENSE.md). +Licensed under the [MIT license](https://github.com/shadcn/talos /blob/main/LICENSE.md). -Forked from the open source project by shadcn [Taxonomy](https://github.com/shadcn-ui/taxonomy) +Forked from the open source project by shadcn [talos ](https://github.com/shadcn-ui/talos ) diff --git a/app/(dashboard)/dashboard/billing/page.tsx b/app/(dashboard)/dashboard/billing/page.tsx index 0a601e5..d4fdb33 100644 --- a/app/(dashboard)/dashboard/billing/page.tsx +++ b/app/(dashboard)/dashboard/billing/page.tsx @@ -51,7 +51,7 @@ export default async function BillingPage() { This is a demo app. - Taxonomy app is a demo app using a Stripe test environment. You can + talos app is a demo app using a Stripe test environment. You can find a list of test card numbers on the{" "} { try { const response = await fetch( - "https://api.github.com/repos/shadcn/taxonomy", + "https://api.github.com/repos/shadcn/talos ", { headers: { Accept: "application/vnd.github+json", @@ -39,19 +39,12 @@ export default async function IndexPage() { <>
- - Follow along on Twitter - +

- An example app built using Next.js 13 server components. + talos ai

- I'm building a web app with Next.js 13 and open sourcing - everything. Follow along as we figure this out together. + Voice-based AI agents on workflow automation, sales and customer support for moving industry

@@ -171,7 +164,7 @@ export default async function IndexPage() {

- Taxonomy also includes a blog and a full-featured documentation site + talos also includes a blog and a full-featured documentation site built using Contentlayer and MDX.

@@ -182,7 +175,7 @@ export default async function IndexPage() { Proudly Open Source

- Taxonomy is open source and powered by open source software.
{" "} + talos is open source and powered by open source software.
{" "} The code is available on{" "}

- Taxonomy is a demo app.{" "} + talos is a demo app.{" "} You can test the upgrade and won't be charged.

diff --git a/app/api/og/route.tsx b/app/api/og/route.tsx index d674f3c..5e759d6 100644 --- a/app/api/og/route.tsx +++ b/app/api/og/route.tsx @@ -116,7 +116,7 @@ export async function GET(req: Request) { stroke-linejoin="round" /> -
github.com/shadcn/taxonomy
+
github.com/shadcn/talos
diff --git a/config/site.ts b/config/site.ts index 897250f..86a9ec1 100644 --- a/config/site.ts +++ b/config/site.ts @@ -1,13 +1,13 @@ import { SiteConfig } from "types" export const siteConfig: SiteConfig = { - name: "Taxonomy", + name: "talos ", description: "An open source application built using the new router, server components and everything new in Next.js 13.", url: "https://tx.shadcn.com", ogImage: "https://tx.shadcn.com/og.jpg", links: { twitter: "https://twitter.com/shadcn", - github: "https://github.com/shadcn/taxonomy", + github: "https://github.com/yigitokar/taxonomy ", }, } diff --git a/content/docs/documentation/index.mdx b/content/docs/documentation/index.mdx index 0ecab62..543bf5f 100644 --- a/content/docs/documentation/index.mdx +++ b/content/docs/documentation/index.mdx @@ -3,7 +3,7 @@ title: Documentation description: Build your documentation site using Contentlayer and MDX. --- -Taxonomy includes a documentation site built using [Contentlayer](https://contentlayer.dev) and [MDX](http://mdxjs.com). +talos includes a documentation site built using [Contentlayer](https://contentlayer.dev) and [MDX](http://mdxjs.com). ## Features diff --git a/content/docs/index.mdx b/content/docs/index.mdx index 31a273e..5d0919d 100644 --- a/content/docs/index.mdx +++ b/content/docs/index.mdx @@ -1,9 +1,9 @@ --- title: Documentation -description: Welcome to the Taxonomy documentation. +description: Welcome to the talos documentation. --- -This is the documentation for the Taxonomy site. +This is the documentation for the talos site. This is an example of a doc site built using [ContentLayer](/docs/documentation/contentlayer) and MDX. diff --git a/content/pages/privacy.mdx b/content/pages/privacy.mdx index 4dcc9a0..6eb8412 100644 --- a/content/pages/privacy.mdx +++ b/content/pages/privacy.mdx @@ -1,6 +1,6 @@ --- title: Privacy -description: The Privacy Policy for Taxonomy App. +description: The Privacy Policy for talos App. --- Blandit libero volutpat sed cras ornare arcu. Cursus sit amet dictum sit amet. Nunc vel risus commodo viverra maecenas accumsan. Libero id faucibus nisl tincidunt eget nullam non nisi est. Varius quam quisque id diam vel quam. Id donec ultrices tincidunt arcu non. diff --git a/package.json b/package.json index ab1ad12..9d2c775 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "taxonomy", + "name": "talos ", "version": "0.2.0", "private": true, "author": { diff --git a/public/site.webmanifest b/public/site.webmanifest index 7a82be4..1e96628 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "Taxonomy", - "short_name": "Taxonomy", + "name": "talos ", + "short_name": "talos ", "icons": [ { "src": "/android-chrome-192x192.png",