ruanwenjun commented on code in PR #957:
URL:
https://github.com/apache/dolphinscheduler-website/pull/957#discussion_r1597415093
##########
src/components/footer/index.jsx:
##########
@@ -11,6 +12,24 @@ import "./index.scss";
const Footer = () => {
const { locale, t } = useTranslation();
+ useEffect(() => {
+ const script = document.createElement('script');
+
+ script.src = "https://widget.kapa.ai/kapa-widget.bundle.js";
+ script.async = true;
+ script.dataset.websiteId = "e3268e5d-c0f1-4e71-819c-c60ebb2215a7";
+ script.dataset.projectName = "Apache DolphinScheduler";
+ script.dataset.projectColor = "#0097E0";
+ script.dataset.projectLogo = "images/logo_400x400.jpg";
Review Comment:
Does the logo already exist under our project?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]