Skip to content

Commit 34de2bb

Browse files
Update src/components/Footer/index.jsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3276bbd commit 34de2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Footer = () => {
2525
script.dataset.modalDisclaimer =
2626
"This is a custom LLM for Apache DolphinScheduler with access to all developer Documentation, Blog, GitHub issues and discussions.";
2727
script.dataset.modalExampleQuestions =
28-
"Why we need DolphinScheduler?,How to deploy DolphinScheduler?,How to submit task?,How to contribute?";
28+
"Why we need DolphinScheduler?, How to deploy DolphinScheduler?, How to submit task?, How to contribute?";
2929
document.body.appendChild(script);
3030

3131
return () => {

0 commit comments

Comments
 (0)