Skip to content

Commit

Permalink
chore: grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Sep 9, 2024
1 parent fc4ed47 commit 7e9797e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api-utils/src/metadata/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const renderExchange = (action: Action) => {
/* html */ `<p><strong>Action:</strong> ${metadata.action}</p>`,
metadata.token &&
/* html */ `<p>
<strong>Token:</strong>
<ul>
<li><strong>Address:</strong> ${metadata.token.address}</li>
Expand Down Expand Up @@ -457,7 +457,7 @@ const renderSocialTagContent = (action: Action) => {
}

joint += buildHTML([
/* html */ `<small>${metadata.handle} shared a <a href="${metadata.target.authorUrl}" target="_blank">${metadata.target.handle}</a>'s post</small>`,
/* html */ `<small>${metadata.handle} shared a post by <a href="${metadata.target.authorUrl}" target="_blank">${metadata.target.handle}</a></small>`,
/* html */ metadata.target?.body,
metadata.target.media
?.map(
Expand Down

0 comments on commit 7e9797e

Please sign in to comment.