We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b00e7c3 + 447ac5b commit db042c2Copy full SHA for db042c2
features/quick-search/script.js
@@ -101,7 +101,7 @@ export default async function ({ feature, console }) {
101
document.querySelector(".qs-escape-instructions").style.display = "none";
102
let span = document.createElement("span");
103
span.className = "qs-ai-instructions";
104
- span.innerHTML = `<span class='qs-key'>AI</span> mode entered.`;
+ span.innerHTML = `<span class='qs-key'>Beta</span> Scatt AI`;
105
span.firstChild.style.borderColor = "#4fb1fc";
106
span.style.color = "#4fb1fc";
107
search.div.firstChild.appendChild(span);
0 commit comments