diff --git a/packages/core/src/publisher/github-comment.ts b/packages/core/src/publisher/github-comment.ts index f97a014..6672798 100644 --- a/packages/core/src/publisher/github-comment.ts +++ b/packages/core/src/publisher/github-comment.ts @@ -124,11 +124,8 @@ function buildCommentBody(options: CommentOptions): string { const rerunSection = rerunUrl ? `\n\n[↺ Re-run demo](${rerunUrl})` : ''; - const logoUrl = - 'https://raw.githubusercontent.com/DeDuckProject/git-glimpse/main/assets/logo_square_small.png'; - return `${COMMENT_MARKER} -## git-glimpse logo UI Demo Preview +## 🧐 UI Demo Preview **Changes detected in**: ${changedFilesList}${moreFiles} @@ -145,5 +142,7 @@ ${script} --- -*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse)${rerunSection}*`; +*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse)${rerunSection}* + +git-glimpse logo`; }