Skip to content

Commit

Permalink
chore: update ask ai button (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit authored Dec 4, 2024
1 parent 11c15ec commit 719b8ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Layout/HeaderAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default function HeaderAction(props: {
<Search placeholder={t("navbar.searchDocs")} docInfo={docInfo} />
{language === "en" && showTiDBAIButton && (
<ActionButton
id="header-ask-ai"
variant="outlined"
startIcon={<StarIcon />}
disabled={initializingTiDBAI}
Expand All @@ -100,7 +101,7 @@ export default function HeaderAction(props: {
});
}}
>
Ask TiDB.ai
Ask AI
</ActionButton>
)}
</Stack>
Expand Down

0 comments on commit 719b8ff

Please sign in to comment.