forked from UKSOURCE/cms.hailearning.edu.vn
feat: standardize admin form limits and guidance
This commit is contained in:
@@ -2,7 +2,7 @@ require("dotenv").config();
|
||||
const connectDB = require("../config/database");
|
||||
|
||||
const DEFAULT_FACEBOOK_URL = "https://www.facebook.com/hailearning.edu.vn/";
|
||||
const DEFAULT_PANEL_TITLE = "Anh chị cần tư vấn hay hỗ trợ gì thêm không ạ?";
|
||||
const DEFAULT_PANEL_TITLE = "Do you need any additional advice or support?";
|
||||
const DEFAULT_BRAND_IMAGE = "/assets/img/logo/black-logo.svg";
|
||||
const DEFAULT_FACEBOOK_ICON = "/uploads/home/floating-contact/Facebook_Logo_Primary.webp";
|
||||
const DEFAULT_ZALO_ICON = "/uploads/home/floating-contact/Icon_of_Zalo.svg.webp";
|
||||
@@ -60,7 +60,7 @@ async function migrate() {
|
||||
id: "facebook",
|
||||
platform: "facebook",
|
||||
enabled: true,
|
||||
label: "Nhắn tin qua Facebook",
|
||||
label: "Message via Facebook",
|
||||
subtitle: "facebook.com/hailearning.edu.vn",
|
||||
href: DEFAULT_FACEBOOK_URL,
|
||||
iconImage: DEFAULT_FACEBOOK_ICON,
|
||||
@@ -73,7 +73,7 @@ async function migrate() {
|
||||
id: "zalo",
|
||||
platform: "zalo",
|
||||
enabled: true,
|
||||
label: "Nhắn tin qua Zalo",
|
||||
label: "Message via Zalo",
|
||||
subtitle: `zalo.me/${zaloPhone}`,
|
||||
href: zaloUrl,
|
||||
iconImage: DEFAULT_ZALO_ICON,
|
||||
|
||||
Reference in New Issue
Block a user