Skip to content

Commit

Permalink
Add nbsp after the heart in the footer
Browse files Browse the repository at this point in the history
It looked weird before
  • Loading branch information
philip-gai authored Dec 3, 2021
1 parent 7e50dd8 commit 9ac9a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/eventHandlers/pullRequestEventHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Please fix the issues and recreate a new PR:
const app = await this.getAuthenticatedApp(logger, context);
const { appLogin, postFooter } = {
appLogin: `${app.slug}[bot]`,
postFooter: `\n\n> Published with ❤️ by [${app.name}](${app.html_url})\n`,
postFooter: `\n\n> Published with ❤️ by [${app.name}](${app.html_url})\n`,
};

const pullRequestComments = await appGitHubService.getPullRequestComments({
Expand Down

0 comments on commit 9ac9a9f

Please sign in to comment.