Add $ prefix to cost in footer

Fixes #53
This commit is contained in:
Mario Zechner 2025-11-25 21:32:52 +01:00
parent 0148f0ac3d
commit b42df6848c
4 changed files with 68 additions and 79 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [Unreleased]
### Fixed
- **Footer Cost Display**: Added `$` prefix to cost display in footer. Now shows `$0.078` instead of `0.078`. ([#53](https://github.com/badlogic/pi-mono/issues/53))
## [0.9.3] - 2025-11-24
### Added