From 147d7458b11942c8c7e4d32afca4ec64f57b3da2 Mon Sep 17 00:00:00 2001 From: Iftach Yakar Date: Sat, 14 Mar 2026 00:03:37 +0200 Subject: [PATCH 1/2] changed comment a bit --- packages/core/src/publisher/github-comment.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/core/src/publisher/github-comment.ts b/packages/core/src/publisher/github-comment.ts index f97a014..8f0a23c 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,5 @@ ${script} --- -*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse)${rerunSection}*`; +*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse) ![git-glimpse logo](https://raw.githubusercontent.com/DeDuckProject/git-glimpse/main/assets/logo_square_small.png)${rerunSection}*`; } From a6c0969a15f099b4ab197ffffffe0a4ec09324e4 Mon Sep 17 00:00:00 2001 From: Iftach Yakar Date: Sat, 14 Mar 2026 00:12:49 +0200 Subject: [PATCH 2/2] logo resize --- packages/core/src/publisher/github-comment.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/core/src/publisher/github-comment.ts b/packages/core/src/publisher/github-comment.ts index 8f0a23c..6672798 100644 --- a/packages/core/src/publisher/github-comment.ts +++ b/packages/core/src/publisher/github-comment.ts @@ -142,5 +142,7 @@ ${script} --- -*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse) ![git-glimpse logo](https://raw.githubusercontent.com/DeDuckProject/git-glimpse/main/assets/logo_square_small.png)${rerunSection}*`; +*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse)${rerunSection}* + +git-glimpse logo`; }