@ecency/render-helper 2.5.16 → 2.5.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.
@@ -1729,7 +1729,7 @@ function linkify(content, forApp, renderOptions) {
1729
1729
  if (userLower.indexOf("/") === -1 && isValidUsername(user)) {
1730
1730
  if (!forApp) {
1731
1731
  const avatarSrc = `${getProxyBase()}/u/${userLower}/avatar/small`;
1732
- const html = `${preceedings}<a class="er-author er-author-link" href="/@${userLower}"><img class="er-author-link-image" src="${avatarSrc}" alt="${userLower}"/><span class="er-author-link-content"><span class="er-author-link-label">Hive account</span><span>@${userLower}</span></span></a>`;
1732
+ const html = `${preceedings}<a class="er-author er-author-link" href="/@${userLower}"><img class="er-author-link-image" src="${avatarSrc}" alt="${userLower}"/>@${userLower}</a>`;
1733
1733
  const placeholder = `\u200C${authorPlaceholders.length}\u200C`;
1734
1734
  authorPlaceholders.push({ placeholder, html });
1735
1735
  return placeholder;