Skip to content

Commit

Permalink
docs: use new ga links
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 committed Nov 12, 2024
1 parent f627e10 commit 19a5c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function MessageVerify ({ assistant }: { assistant: ChatMessageController
{!!error && <div className="px-4 text-destructive text-xs">{getErrorMessage(error) ?? defaultMessages.error}</div>}
<div className="my-2 px-4 flex items-center flex-wrap justify-between">
<div className="text-xs text-muted-foreground">
Powered by <a className="underline font-bold" href="https://www.pingcap.com/tidb-cloud-serverless/?utm_source=tidb.ai&utm_medium=referral&utm_campaign=plg_tidb.ai" target="_blank">TiDB Serverless</a>
Powered by <a className="underline font-bold" href="https://www.pingcap.com/tidb-cloud-serverless/?utm_source=tidb.ai&utm_medium=community" target="_blank">TiDB Serverless</a>
</div>
{result?.status === VerifyStatus.FAILED && controller.inputEnabled && (
<Button
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let themeConfig: DocsThemeConfig = {
<a
style={{ padding: '0.5rem' }}
target="_blank"
href="https://pingcap.com/ai?utm_source=tidb.ai&utm_medium=navbar"
href="https://pingcap.com/ai?utm_source=tidb.ai&utm_medium=community"
aria-label="TiDB Vector"
rel="nofollow noreferrer"
>
Expand Down

0 comments on commit 19a5c7c

Please sign in to comment.