sass-template-common 0.1.49 → 0.1.50

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.
@@ -4521,7 +4521,7 @@ const Et = (e) => {
4521
4521
  if (i && r?.tags?.length && r.tags.length > 0) {
4522
4522
  const h = r.tags[0], f = h.name;
4523
4523
  return /* @__PURE__ */ m("h3", { className: re.sectionDescriptionContainer, children: [
4524
- h.approved ? /* @__PURE__ */ a(
4524
+ /* @__PURE__ */ a(
4525
4525
  O,
4526
4526
  {
4527
4527
  "aria-label": f,
@@ -4529,7 +4529,7 @@ const Et = (e) => {
4529
4529
  href: Qr(h, s),
4530
4530
  children: f
4531
4531
  }
4532
- ) : /* @__PURE__ */ a("div", { className: re.sectionDescription, children: f }),
4532
+ ),
4533
4533
  l()
4534
4534
  ] });
4535
4535
  } else if (o?.section?.url) {