@eclass/ui-kit 1.49.0 → 1.49.1

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.
@@ -30033,7 +30033,7 @@ function Header() {
30033
30033
  left: 0,
30034
30034
  width: "100%",
30035
30035
  height: "100%",
30036
- backgroundImage: background2,
30036
+ backgroundImage: `url(${background2 != null ? background2 : ""})`,
30037
30037
  backgroundSize: "cover",
30038
30038
  backgroundPosition: "center",
30039
30039
  opacity: ((_a = soonCourse == null ? void 0 : soonCourse.show) != null ? _a : false) ? 0.3 : 1,