mario-education 2.4.62-admin → 2.4.64-admin

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.
@@ -29433,7 +29433,17 @@ var LearningStrategiesTable = function LearningStrategiesTable(_ref) {
29433
29433
  isOpen: isOpen,
29434
29434
  toggle: onClosed,
29435
29435
  size: "xl"
29436
- }, React.createElement(ModalHeader, null, "Learning Strategies"), React.createElement(ModalBody, null, React.createElement("div", {
29436
+ }, React.createElement(ModalHeader, null, "Learning Strategies ", React.createElement("i", {
29437
+ className: "fal fa-times",
29438
+ onClick: onClosed,
29439
+ style: {
29440
+ position: "absolute",
29441
+ right: "15px",
29442
+ fontSize: "15px",
29443
+ top: "20px",
29444
+ cursor: "pointer"
29445
+ }
29446
+ })), React.createElement(ModalBody, null, React.createElement("div", {
29437
29447
  className: "" + styles["filter-box-learning"]
29438
29448
  }, React.createElement("div", {
29439
29449
  className: "" + styles["search-box-learning"]