diff --git a/app/modules/tgbot/views/tgbot/layout/main.php b/app/modules/tgbot/views/tgbot/layout/main.php
index b542e5b..6296109 100644
--- a/app/modules/tgbot/views/tgbot/layout/main.php
+++ b/app/modules/tgbot/views/tgbot/layout/main.php
@@ -40,10 +40,10 @@
- -
+
-
Главная
- -
+
-
Новости
-
diff --git a/resources/main/js/tg_app/TgApp.js b/resources/main/js/tg_app/TgApp.js
index a6c993c..c6b8139 100644
--- a/resources/main/js/tg_app/TgApp.js
+++ b/resources/main/js/tg_app/TgApp.js
@@ -9,7 +9,7 @@ class TgApp {
actionMain(){
console.log("main 123")
this.createCardBox();
- this.createDefaultBox();
+ // this.createDefaultBox();
this.getCard();
}