@nualang/nualang-ui-components 0.1.1312 → 0.1.1313
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -121,15 +121,6 @@ export default function ScheduleCard({
|
|
|
121
121
|
},
|
|
122
122
|
children: teacherView ? t("view") : t("start")
|
|
123
123
|
})]
|
|
124
|
-
}), /*#__PURE__*/_jsx(Box, {
|
|
125
|
-
sx: {
|
|
126
|
-
paddingTop: 1
|
|
127
|
-
},
|
|
128
|
-
children: /*#__PURE__*/_jsx(Typography, {
|
|
129
|
-
variant: "body1",
|
|
130
|
-
fontWeight: 600,
|
|
131
|
-
children: scheduleListData.meetingTopic
|
|
132
|
-
})
|
|
133
124
|
}), /*#__PURE__*/_jsx(Box, {
|
|
134
125
|
sx: {
|
|
135
126
|
paddingTop: 1
|
|
@@ -139,7 +130,7 @@ export default function ScheduleCard({
|
|
|
139
130
|
color: "text.secondary",
|
|
140
131
|
sx: {
|
|
141
132
|
lineHeight: 1.6,
|
|
142
|
-
whiteSpace: "
|
|
133
|
+
whiteSpace: "pre-line"
|
|
143
134
|
},
|
|
144
135
|
children: scheduleListData.meetingPrompt
|
|
145
136
|
})
|