Skip to content

Commit

Permalink
Merge pull request #414 from mindtraveller/nice-title
Browse files Browse the repository at this point in the history
added spacing around dash in custom title
  • Loading branch information
mattcosta7 authored Jun 5, 2023
2 parents 97997c0 + ad0d6bf commit faf697d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/to-comment-body.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function getCommentBody(
title: string
): string {
return `
# Bundle Stats${title ? `-${title}` : ''}
# Bundle Stats${title ? ` - ${title}` : ''}
Hey there, this message comes from a [GitHub action](https://github.com/github/webpack-bundlesize-compare-action) that helps you and reviewers to understand how these changes affect the size of this project's bundle.
Expand Down

0 comments on commit faf697d

Please sign in to comment.