Skip to content

Commit 719b8ff

Browse files
authored
chore: update ask ai button (#560)
1 parent 11c15ec commit 719b8ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Layout/HeaderAction.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export default function HeaderAction(props: {
8484
<Search placeholder={t("navbar.searchDocs")} docInfo={docInfo} />
8585
{language === "en" && showTiDBAIButton && (
8686
<ActionButton
87+
id="header-ask-ai"
8788
variant="outlined"
8889
startIcon={<StarIcon />}
8990
disabled={initializingTiDBAI}
@@ -100,7 +101,7 @@ export default function HeaderAction(props: {
100101
});
101102
}}
102103
>
103-
Ask TiDB.ai
104+
Ask AI
104105
</ActionButton>
105106
)}
106107
</Stack>

0 commit comments

Comments
 (0)