Skip to content

Commit

Permalink
Merge branch 'release/v1.10.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Dec 7, 2023
2 parents a4582ce + b1c45e1 commit 37e36aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Notable changes to Mailpit will be documented in this file.

## [v1.10.4]

### Fix
- Remove JS debug information for favicon


## [v1.10.3]

### Chore
Expand Down
2 changes: 0 additions & 2 deletions server/ui-src/components/Favicon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ export default {
fontSize = strlen > 3 ? 30 : 36
}
console.log(fontSize)
let canvas = document.createElement('canvas')
canvas.width = 64
canvas.height = 64
Expand Down

0 comments on commit 37e36aa

Please sign in to comment.