File tree Expand file tree Collapse file tree
packages/core/src/publisher Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments