Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/assets/js/inkeep-custom-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ document.addEventListener("DOMContentLoaded", () => {
'My answers might not always be 100% accurate. Double-check when in doubt. <a target="_blank" href="/en/ai-bot-disclaimer">Learn More<a>',
},
exampleQuestions: [
"How to deploy a BEP-20 token on BSC?",
"How to write a contract on opBNB?",
"How to use Greenfield for file storage?",
"How do I get BNB?",
"How do I get started with RWA?",
"How do I start building or deploying a dApp?",
"Where can I find funding or grants?",
],
},
Expand Down Expand Up @@ -101,4 +101,4 @@ document.addEventListener("DOMContentLoaded", () => {
setTimeout(() => bindAiBotWrapperEvent(widget), 1000);
});
});
});
});