Skip to content

Commit d6d0d67

Browse files
DeDuckProjectclaude
andcommitted
feat: add git-glimpse logo to PR comment header
Adds a compressed logo asset (120x120px, 28KB) and embeds it inline in the PR comment heading via raw.githubusercontent.com URL. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a35d57d commit d6d0d67

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

assets/logo_square_small.png

28.2 KB
Loading

packages/core/src/publisher/github-comment.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,11 @@ function buildCommentBody(options: CommentOptions): string {
7979

8080
const rerunSection = rerunUrl ? `\n\n[↺ Re-run demo](${rerunUrl})` : '';
8181

82+
const logoUrl =
83+
'https://raw.githubusercontent.com/DeDuckProject/git-glimpse/main/assets/logo_square_small.png';
84+
8285
return `${COMMENT_MARKER}
83-
## 🎬 UI Demo Preview
86+
## <img src="${logoUrl}" width="40" height="40" align="absmiddle" alt="git-glimpse logo" /> UI Demo Preview
8487
8588
**Changes detected in**: ${changedFilesList}${moreFiles}
8689

0 commit comments

Comments
 (0)