Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Aug 16, 2024
1 parent cb83401 commit 54cb1df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/utils/getTableRows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@ export const getTableRows = async (
.map(
(m) => `![${m.name}](${m.url})
**${m.name}**`
<img src="${m.url}" alt="${m.name}" width="25" height="25">
<p align="center">${m.name}</p>`
)
.join("\n"),
.join("\n\n"),
header: false,
});
}
Expand Down

0 comments on commit 54cb1df

Please sign in to comment.