@cecee/document-flip-book 1.0.16 → 1.0.17

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.
@@ -103,7 +103,7 @@ var ProjectCover = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
103
103
  className: "project-cover-border-inner",
104
104
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
105
105
  className: "project-cover-header",
106
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("h1", {
106
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
107
107
  className: "project-cover-title",
108
108
  children: title
109
109
  })