UNPKG

iztech-design-system-neo

Version:

Design System of project IZtech

20 lines (17 loc) 565 B
const ONLINE_SECTION = { MSG_EMPTY_TITLE: "Hi new student!", MSG_EMPTY_SUBTITLE: "Seems like you haven't owned any course. Let's find out and pick up the one fulfilled your needs!", MSG_EMPTY_EXPLORE_BTN: "Explore here", } const OFFLINE_SECTION = { MSG_EMPTY_SUBTITLE: "Combine modern method E-Learning and traditional direct method in class in order to get better result.", MSG_EMPTY_EXPLORE_BTN: "Learn more", } export default { ONLINE_SECTION, OFFLINE_SECTION, TITLE: "Education Brief", BTN_EXPLORE_COURSE: "Explore other courses", }