1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

Merge branch 'release/v1.10.4'

This commit is contained in:
Ralph Slooten 2023-12-07 17:18:51 +13:00
commit 37e36aaeb6
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