@bbki.ng/components 2.4.7 → 2.4.9

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.
package/dist/index.cjs CHANGED
@@ -294,7 +294,7 @@ var Nav = (props) => {
294
294
  const nav = (0, import_react_router_dom2.useNavigate)();
295
295
  return /* @__PURE__ */ import_react6.default.createElement("div", {
296
296
  className: `p-8 w-full flex items-center ${props.className}`
297
- }, /* @__PURE__ */ import_react6.default.createElement(Logo, {
297
+ }, props.customLogo || /* @__PURE__ */ import_react6.default.createElement(Logo, {
298
298
  className: "mr-8",
299
299
  onClick: () => {
300
300
  nav("/");