Skip to content

Commit 9ac9a9f

Browse files
authored
Add nbsp after the heart in the footer
It looked weird before
1 parent 7e50dd8 commit 9ac9a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/eventHandlers/pullRequestEventHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Please fix the issues and recreate a new PR:
184184
const app = await this.getAuthenticatedApp(logger, context);
185185
const { appLogin, postFooter } = {
186186
appLogin: `${app.slug}[bot]`,
187-
postFooter: `\n\n> Published with ❤️ by [${app.name}](${app.html_url})\n`,
187+
postFooter: `\n\n> Published with ❤️ by [${app.name}](${app.html_url})\n`,
188188
};
189189

190190
const pullRequestComments = await appGitHubService.getPullRequestComments({

0 commit comments

Comments
 (0)