Skip to content

Commit 020a864

Browse files
Merge pull request #28 from DeDuckProject/some-tweaks
changed comment a bit
2 parents bfa7d8f + a6c0969 commit 020a864

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,8 @@ function buildCommentBody(options: CommentOptions): string {
124124

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

127-
const logoUrl =
128-
'https://raw.githubusercontent.com/DeDuckProject/git-glimpse/main/assets/logo_square_small.png';
129-
130127
return `${COMMENT_MARKER}
131-
## <img src="${logoUrl}" width="40" height="40" align="absmiddle" alt="git-glimpse logo" /> UI Demo Preview
128+
## 🧐 UI Demo Preview
132129
133130
**Changes detected in**: ${changedFilesList}${moreFiles}
134131
@@ -145,5 +142,7 @@ ${script}
145142
</details>
146143
147144
---
148-
*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse)${rerunSection}*`;
145+
*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse)${rerunSection}*
146+
147+
<img src="https://raw.githubusercontent.com/DeDuckProject/git-glimpse/main/assets/logo_square_small.png" width="90" height="90" alt="git-glimpse logo" />`;
149148
}

0 commit comments

Comments
 (0)