\ No newline at end of file
diff --git a/admin/src/html/partials/bot-select.html b/admin/src/html/partials/bot-select.html
index 0ca03e2..a157bde 100755
--- a/admin/src/html/partials/bot-select.html
+++ b/admin/src/html/partials/bot-select.html
@@ -3,9 +3,4 @@
\ No newline at end of file
diff --git a/admin/src/html/partials/bots-multi.html b/admin/src/html/partials/bots-multi.html
index e0a1b48..1418635 100755
--- a/admin/src/html/partials/bots-multi.html
+++ b/admin/src/html/partials/bots-multi.html
@@ -1,26 +1,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/frontend/dist/index.html b/frontend/dist/index.html
index 6e367df..1b06bb3 100755
--- a/frontend/dist/index.html
+++ b/frontend/dist/index.html
@@ -206,9 +206,9 @@
const freqAsks = specialViewMap.frequentlyAsked({
questions: [
"Партнерство",
- "Освіта",
- "Статус замовлень",
- "Акції/промо",
+ "Робота у вас",
+ "Ваш досвід",
+ "Співпраця",
]
});
document.querySelector(".chat-container").appendChild(freqAsks);
diff --git a/frontend/src/js/index.js b/frontend/src/js/index.js
index 84db62e..2e45115 100755
--- a/frontend/src/js/index.js
+++ b/frontend/src/js/index.js
@@ -167,11 +167,9 @@
function showFreqQuests() {
const freqQuests = specialViewMap.frequentlyQuestions({
questions: [
- "Мені потрібна допомога у виборі засобу догляду",
+ "Як мені працевлаштуватися у вас",
"Які умови співпраці?",
- "Я хочу записатись на курс",
"Де можна отримати консультацію?",
- "Який статус мого замовлення?"
]
});