From d620071683629cb8900f4b43659b1ad392e38664 Mon Sep 17 00:00:00 2001 From: vmishenev Date: Mon, 12 Dec 2022 15:14:33 +0200 Subject: Fix typo in survey banner --- docs/src/doc/docs/survey_banner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') diff --git a/docs/src/doc/docs/survey_banner.js b/docs/src/doc/docs/survey_banner.js index 536ea34e..2feec82e 100644 --- a/docs/src/doc/docs/survey_banner.js +++ b/docs/src/doc/docs/survey_banner.js @@ -2,7 +2,7 @@ window.addEventListener('load', () => { const appended = document.createElement("a") appended.style = "display: block;text-decoration: none !important;color: #E8F0FE !important;font-family: Inter, Arial, sans-serif !important;font-size: 18px;font-weight: 500;line-height: 24px;padding: 6px 0;position: relative;text-align: center;background-color: #7F52FF;z-index: 5000000;" appended.href = "https://surveys.jetbrains.com/s3/dokka-survey" - appended.innerText = "Take part in Dokka devX survey. It helps us a lot, and gives you a chance to win a prize! -->" + appended.innerText = "Take part in our Dokka devX survey. It helps us a lot, and gives you a chance to win a prize! -->" document.body.prepend(appended) window.scrollTo(0, 0); }) \ No newline at end of file -- cgit