Show cost per egg as 2 decimal places on summary page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 22:55:21 -08:00
parent b633586012
commit 5bc874a924
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@
</main>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
<script src="/js/api.js"></script>
<script src="/js/summary.js"></script>
<script src="/js/api.js?v=2"></script>
<script src="/js/summary.js?v=2"></script>
</body>
</html>