@bbki.ng/components 2.1.37 → 2.1.38

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
@@ -271,7 +271,7 @@ var Tag = (props) => {
271
271
  return /* @__PURE__ */ import_react7.default.createElement(Link, {
272
272
  ...props,
273
273
  color: "gray" /* GRAY */
274
- }, /* @__PURE__ */ import_react7.default.createElement("small", null, "#", props.children));
274
+ }, /* @__PURE__ */ import_react7.default.createElement("small", null, props.prefix || "#", props.children));
275
275
  };
276
276
  var Tags = (props) => {
277
277
  const { tags, className } = props;