We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3276bbd commit 34de2bbCopy full SHA for 34de2bb
src/components/Footer/index.jsx
@@ -25,7 +25,7 @@ const Footer = () => {
25
script.dataset.modalDisclaimer =
26
"This is a custom LLM for Apache DolphinScheduler with access to all developer Documentation, Blog, GitHub issues and discussions.";
27
script.dataset.modalExampleQuestions =
28
- "Why we need DolphinScheduler?,How to deploy DolphinScheduler?,How to submit task?,How to contribute?";
+ "Why we need DolphinScheduler?, How to deploy DolphinScheduler?, How to submit task?, How to contribute?";
29
document.body.appendChild(script);
30
31
return () => {
0 commit comments