Merge branch 'release/v1.10.4'

This commit is contained in:
Ralph Slooten
2023-12-07 17:18:51 +13:00
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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