zudoku 0.18.2 → 0.18.3

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.
@@ -1295,14 +1295,13 @@ const aa = (e) => "getProfileMenuItems" in e && typeof e.getProfileMenuItems ==
1295
1295
  /* @__PURE__ */ a.jsx(
1296
1296
  "img",
1297
1297
  {
1298
- "data-hide-on-theme": "light",
1299
1298
  src: /https?:\/\//.test(i.logo.src.dark) ? i.logo.src.dark : Q(
1300
1299
  "/",
1301
1300
  i.logo.src.dark
1302
1301
  ),
1303
1302
  alt: i.logo.alt ?? i.pageTitle,
1304
1303
  style: { width: i.logo.width },
1305
- className: "h-10",
1304
+ className: "h-10 hidden dark:block",
1306
1305
  loading: "lazy"
1307
1306
  }
1308
1307
  )