We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35ed4f6 + d6d0d67 commit fff6a61Copy full SHA for fff6a61
2 files changed
assets/logo_square_small.png
28.2 KB
packages/core/src/publisher/github-comment.ts
@@ -79,8 +79,11 @@ function buildCommentBody(options: CommentOptions): string {
79
80
const rerunSection = rerunUrl ? `\n\n[↺ Re-run demo](${rerunUrl})` : '';
81
82
+ const logoUrl =
83
+ 'https://raw.githubusercontent.com/DeDuckProject/git-glimpse/main/assets/logo_square_small.png';
84
+
85
return `${COMMENT_MARKER}
-## 🎬 UI Demo Preview
86
+## <img src="${logoUrl}" width="40" height="40" align="absmiddle" alt="git-glimpse logo" /> UI Demo Preview
87
88
**Changes detected in**: ${changedFilesList}${moreFiles}
89
0 commit comments