diff --git a/.github/workflows/aws-preview.yml b/.github/workflows/aws-preview.yml index d7d32d20..7e2fcd0d 100644 --- a/.github/workflows/aws-preview.yml +++ b/.github/workflows/aws-preview.yml @@ -51,7 +51,7 @@ jobs: --no-fail-on-empty-changeset \ --config-file .aws/petercat-preview.toml \ --parameter-overrides APIUrl="https://api-pre.petercat.ai" \ - WebUrl="https://www.petercat.ai" \ + WebUrl="https://petercat.ai" \ StaticUrl="https://static.petercat.ai" \ PetercatEnv="preview" \ AWSGithubSecretName=${{ secrets.AWS_GITHUB_SECRET_NAME }} \ diff --git a/.github/workflows/aws-prod.yml b/.github/workflows/aws-prod.yml index 14ee80ee..fe5c13b4 100644 --- a/.github/workflows/aws-prod.yml +++ b/.github/workflows/aws-prod.yml @@ -45,7 +45,7 @@ jobs: --no-fail-on-empty-changeset \ --config-file .aws/petercat-prod.toml \ --parameter-overrides APIUrl="https://api.petercat.ai" \ - WebUrl="https://www.petercat.ai" \ + WebUrl="https://petercat.ai" \ StaticUrl="https://static.petercat.ai" \ PetercatEnv="production" \ AWSGithubSecretName=${{ secrets.AWS_GITHUB_SECRET_NAME }} \ diff --git a/assistant/ README.md b/assistant/ README.md index a467c2f5..47ae792d 100644 --- a/assistant/ README.md +++ b/assistant/ README.md @@ -3,7 +3,7 @@ [![npm](https://img.shields.io/npm/dm/petercatai/chat-sdk.svg)](https://www.npmjs.com/package/petercatai/chat-sdk) [![Version](https://img.shields.io/npm/v/petercatai/chat-sdk/latest.svg)](https://www.npmjs.com/package/petercatai/chat-sdk) -chat-app is a UI component library based on dumi, designed for building [Peter Cat](https://www.petercat.ai) conversation interfaces. +chat-app is a UI component library based on dumi, designed for building [Peter Cat](https://petercat.ai) conversation interfaces. ## Development diff --git a/assistant/src/icons/SignatureIcon.tsx b/assistant/src/icons/SignatureIcon.tsx index c1f22c66..b651f441 100644 --- a/assistant/src/icons/SignatureIcon.tsx +++ b/assistant/src/icons/SignatureIcon.tsx @@ -1,6 +1,6 @@ import React from 'react'; const SignatureIcon = (props: any) => ( - +